#72e781

Color #72E781 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #72E781

Tints of Pastel Green #72E781

Color information

#72E781 (or 0x72E781) is unknown color: approx Pastel Green. HEX triplet: 72, E7 and 81. RGB value is (114,231,129). Sum of RGB (Red+Green+Blue) = 114+231+129=474 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.05% from 474); Green value is 231 (90.62% from 255 or 48.73% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 231 - color contains mainly: green. Hex color #72E781 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72E781 is #8D187E. Grayscale: #B8B8B8. Windows color (decimal): -9246847 or 8513394. OLE color: 8513394.

HSL color Cylindrical-coordinate representation of color #72E781: hue angle of 127.69º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72E781 is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB114231129-
CMYK0.5100.440.09
HSL127.69º70.91%67.65%-
HSV(B)127.69º50.65%90.59%-
XYZ39.4862.3130.72-
YUV184.3996.7477.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 24.05%
GREEN value IS 231 (90.62% from 255) = 48.73%
BLUE value IS 129 (50.78% from 255) = 27.22%
R=24.05%
G=48.73%
B=27.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1142311290.5100.440.09127.6970.9167.65
Hex72E7813302C9804744
Octal1623472016305411200107104
Binary11100101110011110000001110011010110010011000000010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72e781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72e781; }

 p { color: rgb(114,231,129); }

 H1.HeaderClassName
 {
   color: #72e781;
 }
 .AnyTagClassName
 {
   color: #72e781;
 }
</style>
background-color css

<style>
 a { background-color: #72e781; }

 a { background-color: rgb(114,231,129); }

 div.DivClassName
 {
   background-color: #72e781;
 }
 .BgClassName
 {
   background-color: #72e781;
 }
</style>
border-color css

<style>
 span { border-color: #72e781; }

 span { border-color: rgb(114,231,129); }

 td.TdClassName
 {
   border-color: #72e781;
 }
 .TagClassName
 {
   border-color: #72e781;
 }
</style>