Shades of Light Green #72F68B
Tints of Light Green #72F68B
RGB
CMYK
RGB Variations
Color information
#72F68B (or 0x72F68B) is known color: Light Green. HEX triplet: 72, F6 and 8B. RGB value is (114,246,139). Sum of RGB (Red+Green+Blue) = 114+246+139=499 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.85% from 499); Green value is 246 (96.48% from 255 or 49.30% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 246 - color contains mainly: green. Hex color #72F68B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72F68B is #8D0974. Grayscale: #C2C2C2. Windows color (decimal): -9242997 or 9172594. OLE color: 9172594.
HSL color Cylindrical-coordinate representation of color #72F68B: hue angle of 131.36º 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 #72F68B is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 114 | 246 | 139 | - |
| CMYK | 0.54 | 0 | 0.43 | 0.04 |
| HSL | 131.36º | 0.88% | 0.71% | - |
| HSV(B) | 131.36º | 0.54% | 0.96% | - |
| XYZ | 44.56 | 71.35 | 35.85 | - |
| YUV | 194.33 | 96.77 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 246 | 139 | 0.54 | 0 | 0.43 | 0.04 | 131.36 | 0.88 | 0.71 |
| Hex | 72 | F6 | 8B | 36 | 0 | 2B | 4 | 83 | 58 | 47 |
| Octal | 162 | 366 | 213 | 66 | 0 | 53 | 4 | 203 | 130 | 107 |
| Binary | 1110010 | 11110110 | 10001011 | 110110 | 0 | 101011 | 100 | 10000011 | 1011000 | 1000111 |
Color Harmonies of #72F68B
Complementary color
Monochromatic Colors of #72F68B
Black with #72F68B
Text Example
Text Example
White with #72F68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F68B; }
p { color: rgb(114,246,139); }
H1.HeaderClassName
{
color: #72F68B;
}
.AnyTagClassName
{
color: #72F68B;
}
</style>
background-color css
<style>
a { background-color: #72F68B; }
a { background-color: rgb(114,246,139); }
div.DivClassName
{
background-color: #72F68B;
}
.BgClassName
{
background-color: #72F68B;
}
</style>
border-color css
<style>
span { border-color: #72F68B; }
span { border-color: rgb(114,246,139); }
td.TdClassName
{
border-color: #72F68B;
}
.TagClassName
{
border-color: #72F68B;
}
</style>