Shades of Bright Green #72FF16
Tints of Bright Green #72FF16
RGB
CMYK
RGB Variations
Color information
#72FF16 (or 0x72FF16) is known color: Bright Green. HEX triplet: 72, FF and 16. RGB value is (114,255,22). Sum of RGB (Red+Green+Blue) = 114+255+22=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 255 (100% from 255 or 65.22% from 391); Blue value is 22 (8.98% from 255 or 5.63% from 391); Max value from RGB is 255 - color contains mainly: green. Hex color #72FF16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #72FF16 is #8D00E9. Grayscale: #BBBBBB. Windows color (decimal): -9240810 or 1507186. OLE color: 1507186.
HSL color Cylindrical-coordinate representation of color #72FF16: hue angle of 96.31º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72FF16 is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 255 | 22 | - |
| CMYK | 0.55 | 0 | 0.91 | 0 |
| HSL | 96.31º | 1% | 0.54% | - |
| HSV(B) | 96.31º | 0.91% | 1% | - |
| XYZ | 42.84 | 75.16 | 13.01 | - |
| YUV | 186.28 | 35.29 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 255 | 22 | 0.55 | 0 | 0.91 | 0 | 96.31 | 1 | 0.54 |
| Hex | 72 | FF | 16 | 37 | 0 | 5B | 0 | 60 | 64 | 36 |
| Octal | 162 | 377 | 26 | 67 | 0 | 133 | 0 | 140 | 144 | 66 |
| Binary | 1110010 | 11111111 | 10110 | 110111 | 0 | 1011011 | 0 | 1100000 | 1100100 | 110110 |
Color Harmonies of #72FF16
Complementary color
Monochromatic Colors of #72FF16
Black with #72FF16
Text Example
Text Example
White with #72FF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FF16; }
p { color: rgb(114,255,22); }
H1.HeaderClassName
{
color: #72FF16;
}
.AnyTagClassName
{
color: #72FF16;
}
</style>
background-color css
<style>
a { background-color: #72FF16; }
a { background-color: rgb(114,255,22); }
div.DivClassName
{
background-color: #72FF16;
}
.BgClassName
{
background-color: #72FF16;
}
</style>
border-color css
<style>
span { border-color: #72FF16; }
span { border-color: rgb(114,255,22); }
td.TdClassName
{
border-color: #72FF16;
}
.TagClassName
{
border-color: #72FF16;
}
</style>