#72FB8E

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

Shades of Light Green #72FB8E

Tints of Light Green #72FB8E

Color information

#72FB8E (or 0x72FB8E) is unknown color: approx Light Green. HEX triplet: 72, FB and 8E. RGB value is (114,251,142). Sum of RGB (Red+Green+Blue) = 114+251+142=507 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.49% from 507); Green value is 251 (98.44% from 255 or 49.51% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 251 - color contains mainly: green. Hex color #72FB8E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72FB8E is #8D0471. Grayscale: #C5C5C5. Windows color (decimal): -9241714 or 9370482. OLE color: 9370482.

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

Color convert

RGB114251142-
CMYK0.5500.430.02
HSL132.26º94.48%71.57%-
HSV(B)132.26º54.58%98.43%-
XYZ46.3274.5237.53-
YUV197.6196.6168.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.49%
GREEN value IS 251 (98.44% from 255) = 49.51%
BLUE value IS 142 (55.86% from 255) = 28.01%
R=22.49%
G=49.51%
B=28.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1142511420.5500.430.02132.2694.4871.57
Hex72FB8E3702B2845e48
Octal162373216670532204136110
Binary111001011111011100011101101110101011101000010010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72FB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,251,142); }

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

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

 a { background-color: rgb(114,251,142); }

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

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

 span { border-color: rgb(114,251,142); }

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