#72FA96

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

Shades of Light Green #72FA96

Tints of Light Green #72FA96

Color information

#72FA96 (or 0x72FA96) is unknown color: approx Light Green. HEX triplet: 72, FA and 96. RGB value is (114,250,150). Sum of RGB (Red+Green+Blue) = 114+250+150=514 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.18% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 250 - color contains mainly: green. Hex color #72FA96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72FA96 is #8D0569. Grayscale: #C6C6C6. Windows color (decimal): -9241962 or 9894514. OLE color: 9894514.

HSL color Cylindrical-coordinate representation of color #72FA96: hue angle of 135.88º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72FA96 is Cyan = 0.54, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.

Color convert

RGB114250150-
CMYK0.5400.40.02
HSL135.88º93.15%71.37%-
HSV(B)135.88º54.4%98.04%-
XYZ46.6374.1540.71-
YUV197.94100.9468.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.18%
GREEN value IS 250 (98.05% from 255) = 48.64%
BLUE value IS 150 (58.98% from 255) = 29.18%
R=22.18%
G=48.64%
B=29.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1142501500.5400.40.02135.8893.1571.37
Hex72FA96360282885d47
Octal162372226660502210135107
Binary111001011111010100101101101100101000101000100010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72FA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,250,150); }

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

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

 a { background-color: rgb(114,250,150); }

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

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

 span { border-color: rgb(114,250,150); }

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