#72FF91

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

Shades of Light Green #72FF91

Tints of Light Green #72FF91

Color information

#72FF91 (or 0x72FF91) is unknown color: approx Light Green. HEX triplet: 72, FF and 91. RGB value is (114,255,145). Sum of RGB (Red+Green+Blue) = 114+255+145=514 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.18% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 145 (57.03% from 255 or 28.21% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #72FF91 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72FF91 is #8D006E. Grayscale: #C8C8C8. Windows color (decimal): -9240687 or 9568114. OLE color: 9568114.

HSL color Cylindrical-coordinate representation of color #72FF91: hue angle of 133.19º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72FF91 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.

Color convert

RGB114255145-
CMYK0.5500.430
HSL133.19º100%72.35%-
HSV(B)133.19º55.29%100%-
XYZ47.8177.1439.16-
YUV200.396.7966.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.18%
GREEN value IS 255 (100% from 255) = 49.61%
BLUE value IS 145 (57.03% from 255) = 28.21%
R=22.18%
G=49.61%
B=28.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1142551450.5500.430133.1910072.35
Hex72FF913702B0856448
Octal162377221670530205144110
Binary11100101111111110010001110111010101101000010111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72FF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,255,145); }

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

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

 a { background-color: rgb(114,255,145); }

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

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

 span { border-color: rgb(114,255,145); }

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