Shades of Light Green #72FE8B
Tints of Light Green #72FE8B
RGB
CMYK
RGB Variations
Color information
#72FE8B (or 0x72FE8B) is known color: Light Green. HEX triplet: 72, FE and 8B. RGB value is (114,254,139). Sum of RGB (Red+Green+Blue) = 114+254+139=507 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.49% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #72FE8B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72FE8B is #8D0174. Grayscale: #C7C7C7. Windows color (decimal): -9240949 or 9174642. OLE color: 9174642.
HSL color Cylindrical-coordinate representation of color #72FE8B: hue angle of 130.71º 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 #72FE8B is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 254 | 139 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.00 |
| HSL | 130.71º | 0.99% | 0.72% | - |
| HSV(B) | 130.71º | 0.55% | 1% | - |
| XYZ | 47.04 | 76.33 | 36.68 | - |
| YUV | 199.03 | 94.12 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 254 | 139 | 0.55 | 0 | 0.45 | 0.00 | 130.71 | 0.99 | 0.72 |
| Hex | 72 | FE | 8B | 37 | 0 | 2D | 0 | 83 | 63 | 48 |
| Octal | 162 | 376 | 213 | 67 | 0 | 55 | 0 | 203 | 143 | 110 |
| Binary | 1110010 | 11111110 | 10001011 | 110111 | 0 | 101101 | 0 | 10000011 | 1100011 | 1001000 |
Color Harmonies of #72FE8B
Complementary color
Monochromatic Colors of #72FE8B
Black with #72FE8B
Text Example
Text Example
White with #72FE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FE8B; }
p { color: rgb(114,254,139); }
H1.HeaderClassName
{
color: #72FE8B;
}
.AnyTagClassName
{
color: #72FE8B;
}
</style>
background-color css
<style>
a { background-color: #72FE8B; }
a { background-color: rgb(114,254,139); }
div.DivClassName
{
background-color: #72FE8B;
}
.BgClassName
{
background-color: #72FE8B;
}
</style>
border-color css
<style>
span { border-color: #72FE8B; }
span { border-color: rgb(114,254,139); }
td.TdClassName
{
border-color: #72FE8B;
}
.TagClassName
{
border-color: #72FE8B;
}
</style>