Shades of Light Green #72FEA2
Tints of Light Green #72FEA2
RGB
CMYK
RGB Variations
Color information
#72FEA2 (or 0x72FEA2) is known color: Light Green. HEX triplet: 72, FE and A2. RGB value is (114,254,162). Sum of RGB (Red+Green+Blue) = 114+254+162=530 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.51% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 162 (63.67% from 255 or 30.57% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #72FEA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72FEA2 is #8D015D. Grayscale: #C9C9C9. Windows color (decimal): -9240926 or 10681970. OLE color: 10681970.
HSL color Cylindrical-coordinate representation of color #72FEA2: hue angle of 140.57º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72FEA2 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 254 | 162 | - |
| CMYK | 0.55 | 0 | 0.36 | 0.00 |
| HSL | 140.57º | 0.99% | 0.72% | - |
| HSV(B) | 140.57º | 0.55% | 1% | - |
| XYZ | 48.9 | 77.07 | 46.48 | - |
| YUV | 201.65 | 105.62 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 254 | 162 | 0.55 | 0 | 0.36 | 0.00 | 140.57 | 0.99 | 0.72 |
| Hex | 72 | FE | A2 | 37 | 0 | 24 | 0 | 8D | 63 | 48 |
| Octal | 162 | 376 | 242 | 67 | 0 | 44 | 0 | 215 | 143 | 110 |
| Binary | 1110010 | 11111110 | 10100010 | 110111 | 0 | 100100 | 0 | 10001101 | 1100011 | 1001000 |
Color Harmonies of #72FEA2
Complementary color
Monochromatic Colors of #72FEA2
Black with #72FEA2
Text Example
Text Example
White with #72FEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FEA2; }
p { color: rgb(114,254,162); }
H1.HeaderClassName
{
color: #72FEA2;
}
.AnyTagClassName
{
color: #72FEA2;
}
</style>
background-color css
<style>
a { background-color: #72FEA2; }
a { background-color: rgb(114,254,162); }
div.DivClassName
{
background-color: #72FEA2;
}
.BgClassName
{
background-color: #72FEA2;
}
</style>
border-color css
<style>
span { border-color: #72FEA2; }
span { border-color: rgb(114,254,162); }
td.TdClassName
{
border-color: #72FEA2;
}
.TagClassName
{
border-color: #72FEA2;
}
</style>