#72F58C

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

Shades of Light Green #72F58C

Tints of Light Green #72F58C

Color information

#72F58C (or 0x72F58C) is unknown color: approx Light Green. HEX triplet: 72, F5 and 8C. RGB value is (114,245,140). Sum of RGB (Red+Green+Blue) = 114+245+140=499 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.85% from 499); Green value is 245 (96.09% from 255 or 49.10% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 245 - color contains mainly: green. Hex color #72F58C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72F58C is #8D0A73. Grayscale: #C2C2C2. Windows color (decimal): -9243252 or 9237874. OLE color: 9237874.

HSL color Cylindrical-coordinate representation of color #72F58C: hue angle of 131.91º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72F58C is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB114245140-
CMYK0.5300.430.04
HSL131.91º86.75%70.39%-
HSV(B)131.91º53.47%96.08%-
XYZ44.3370.7836.14-
YUV193.8697.671.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.85%
GREEN value IS 245 (96.09% from 255) = 49.10%
BLUE value IS 140 (55.08% from 255) = 28.06%
R=22.85%
G=49.10%
B=28.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1142451400.5300.430.04131.9186.7570.39
Hex72F58C3502B4845746
Octal162365214650534204127106
Binary1110010111101011000110011010101010111001000010010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,245,140); }

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

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

 a { background-color: rgb(114,245,140); }

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

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

 span { border-color: rgb(114,245,140); }

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