Shades of Light Green #72F68D
Tints of Light Green #72F68D
RGB
CMYK
RGB Variations
Color information
#72F68D (or 0x72F68D) is known color: Light Green. HEX triplet: 72, F6 and 8D. RGB value is (114,246,141). Sum of RGB (Red+Green+Blue) = 114+246+141=501 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.75% from 501); Green value is 246 (96.48% from 255 or 49.10% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 246 - color contains mainly: green. Hex color #72F68D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72F68D is #8D0972. Grayscale: #C2C2C2. Windows color (decimal): -9242995 or 9303666. OLE color: 9303666.
HSL color Cylindrical-coordinate representation of color #72F68D: hue angle of 132.27º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72F68D is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 114 | 246 | 141 | - |
| CMYK | 0.54 | 0 | 0.43 | 0.04 |
| HSL | 132.27º | 0.88% | 0.71% | - |
| HSV(B) | 132.27º | 0.54% | 0.96% | - |
| XYZ | 44.7 | 71.41 | 36.63 | - |
| YUV | 194.56 | 97.77 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 246 | 141 | 0.54 | 0 | 0.43 | 0.04 | 132.27 | 0.88 | 0.71 |
| Hex | 72 | F6 | 8D | 36 | 0 | 2B | 4 | 84 | 58 | 47 |
| Octal | 162 | 366 | 215 | 66 | 0 | 53 | 4 | 204 | 130 | 107 |
| Binary | 1110010 | 11110110 | 10001101 | 110110 | 0 | 101011 | 100 | 10000100 | 1011000 | 1000111 |
Color Harmonies of #72F68D
Complementary color
Monochromatic Colors of #72F68D
Black with #72F68D
Text Example
Text Example
White with #72F68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F68D; }
p { color: rgb(114,246,141); }
H1.HeaderClassName
{
color: #72F68D;
}
.AnyTagClassName
{
color: #72F68D;
}
</style>
background-color css
<style>
a { background-color: #72F68D; }
a { background-color: rgb(114,246,141); }
div.DivClassName
{
background-color: #72F68D;
}
.BgClassName
{
background-color: #72F68D;
}
</style>
border-color css
<style>
span { border-color: #72F68D; }
span { border-color: rgb(114,246,141); }
td.TdClassName
{
border-color: #72F68D;
}
.TagClassName
{
border-color: #72F68D;
}
</style>