#72FC95

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

Shades of Light Green #72FC95

Tints of Light Green #72FC95

Color information

#72FC95 (or 0x72FC95) is unknown color: approx Light Green. HEX triplet: 72, FC and 95. RGB value is (114,252,149). Sum of RGB (Red+Green+Blue) = 114+252+149=515 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.14% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 252 - color contains mainly: green. Hex color #72FC95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72FC95 is #8D036A. Grayscale: #C7C7C7. Windows color (decimal): -9241451 or 9829490. OLE color: 9829490.

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

Color convert

RGB114252149-
CMYK0.5500.410.01
HSL135.22º95.83%71.76%-
HSV(B)135.22º54.76%98.82%-
XYZ47.1775.3740.49-
YUV19999.7867.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.14%
GREEN value IS 252 (98.83% from 255) = 48.93%
BLUE value IS 149 (58.59% from 255) = 28.93%
R=22.14%
G=48.93%
B=28.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1142521490.5500.410.01135.2295.8371.76
Hex72FC95370291876048
Octal162374225670511207140110
Binary11100101111110010010101110111010100111000011111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72FC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,252,149); }

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

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

 a { background-color: rgb(114,252,149); }

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

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

 span { border-color: rgb(114,252,149); }

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