#72FBA2

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

Shades of Light Green #72FBA2

Tints of Light Green #72FBA2

Color information

#72FBA2 (or 0x72FBA2) is unknown color: approx Light Green. HEX triplet: 72, FB and A2. RGB value is (114,251,162). Sum of RGB (Red+Green+Blue) = 114+251+162=527 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.63% from 527); Green value is 251 (98.44% from 255 or 47.63% from 527); Blue value is 162 (63.67% from 255 or 30.74% from 527); Max value from RGB is 251 - color contains mainly: green. Hex color #72FBA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72FBA2 is #8D045D. Grayscale: #C8C8C8. Windows color (decimal): -9241694 or 10681202. OLE color: 10681202.

HSL color Cylindrical-coordinate representation of color #72FBA2: hue angle of 141.02º 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 #72FBA2 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB114251162-
CMYK0.5500.350.02
HSL141.02º94.48%71.57%-
HSV(B)141.02º54.58%98.43%-
XYZ47.9675.1846.17-
YUV199.89106.6166.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.63%
GREEN value IS 251 (98.44% from 255) = 47.63%
BLUE value IS 162 (63.67% from 255) = 30.74%
R=21.63%
G=47.63%
B=30.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1142511620.5500.350.02141.0294.4871.57
Hex72FBA23702328d5e48
Octal162373242670432215136110
Binary111001011111011101000101101110100011101000110110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72FBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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