Shades of Light Green #72FA8F
Tints of Light Green #72FA8F
RGB
CMYK
RGB Variations
Color information
#72FA8F (or 0x72FA8F) is known color: Light Green. HEX triplet: 72, FA and 8F. RGB value is (114,250,143). Sum of RGB (Red+Green+Blue) = 114+250+143=507 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.49% from 507); Green value is 250 (98.05% from 255 or 49.31% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 250 - color contains mainly: green. Hex color #72FA8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72FA8F is #8D0570. Grayscale: #C5C5C5. Windows color (decimal): -9241969 or 9435762. OLE color: 9435762.
HSL color Cylindrical-coordinate representation of color #72FA8F: hue angle of 132.79º 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 #72FA8F is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 250 | 143 | - |
| CMYK | 0.54 | 0 | 0.43 | 0.02 |
| HSL | 132.79º | 0.93% | 0.71% | - |
| HSV(B) | 132.79º | 0.54% | 0.98% | - |
| XYZ | 46.08 | 73.93 | 37.83 | - |
| YUV | 197.14 | 97.44 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 250 | 143 | 0.54 | 0 | 0.43 | 0.02 | 132.79 | 0.93 | 0.71 |
| Hex | 72 | FA | 8F | 36 | 0 | 2B | 2 | 85 | 5D | 47 |
| Octal | 162 | 372 | 217 | 66 | 0 | 53 | 2 | 205 | 135 | 107 |
| Binary | 1110010 | 11111010 | 10001111 | 110110 | 0 | 101011 | 10 | 10000101 | 1011101 | 1000111 |
Color Harmonies of #72FA8F
Complementary color
Monochromatic Colors of #72FA8F
Black with #72FA8F
Text Example
Text Example
White with #72FA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FA8F; }
p { color: rgb(114,250,143); }
H1.HeaderClassName
{
color: #72FA8F;
}
.AnyTagClassName
{
color: #72FA8F;
}
</style>
background-color css
<style>
a { background-color: #72FA8F; }
a { background-color: rgb(114,250,143); }
div.DivClassName
{
background-color: #72FA8F;
}
.BgClassName
{
background-color: #72FA8F;
}
</style>
border-color css
<style>
span { border-color: #72FA8F; }
span { border-color: rgb(114,250,143); }
td.TdClassName
{
border-color: #72FA8F;
}
.TagClassName
{
border-color: #72FA8F;
}
</style>