#72F17E

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

Shades of Pastel Green #72F17E

Tints of Pastel Green #72F17E

Color information

#72F17E (or 0x72F17E) is unknown color: approx Pastel Green. HEX triplet: 72, F1 and 7E. RGB value is (114,241,126). Sum of RGB (Red+Green+Blue) = 114+241+126=481 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.70% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #72F17E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72F17E is #8D0E81. Grayscale: #BEBEBE. Windows color (decimal): -9244290 or 8319346. OLE color: 8319346.

HSL color Cylindrical-coordinate representation of color #72F17E: hue angle of 125.67º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72F17E is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB114241126-
CMYK0.5300.480.05
HSL125.67º81.94%69.61%-
HSV(B)125.67º52.7%94.51%-
XYZ42.1667.9930.64-
YUV189.9291.9273.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.70%
GREEN value IS 241 (94.53% from 255) = 50.10%
BLUE value IS 126 (49.61% from 255) = 26.20%
R=23.70%
G=50.10%
B=26.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1142411260.5300.480.05125.6781.9469.61
Hex72F17E3503057e5246
Octal162361176650605176122106
Binary11100101111000111111101101010110000101111111010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,241,126); }

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

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

 a { background-color: rgb(114,241,126); }

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

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

 span { border-color: rgb(114,241,126); }

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