Shades of Bright Green #72FF26
Tints of Bright Green #72FF26
RGB
CMYK
RGB Variations
Color information
#72FF26 (or 0x72FF26) is known color: Bright Green. HEX triplet: 72, FF and 26. RGB value is (114,255,38). Sum of RGB (Red+Green+Blue) = 114+255+38=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 255 (100% from 255 or 62.65% from 407); Blue value is 38 (15.23% from 255 or 9.34% from 407); Max value from RGB is 255 - color contains mainly: green. Hex color #72FF26 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #72FF26 is #8D00D9. Grayscale: #BCBCBC. Windows color (decimal): -9240794 or 2555762. OLE color: 2555762.
HSL color Cylindrical-coordinate representation of color #72FF26: hue angle of 98.99º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #72FF26 is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 255 | 38 | - |
| CMYK | 0.55 | 0 | 0.85 | 0 |
| HSL | 98.99º | 1% | 0.57% | - |
| HSV(B) | 98.99º | 0.85% | 1% | - |
| XYZ | 43.05 | 75.24 | 14.09 | - |
| YUV | 188.1 | 43.29 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 255 | 38 | 0.55 | 0 | 0.85 | 0 | 98.99 | 1 | 0.57 |
| Hex | 72 | FF | 26 | 37 | 0 | 55 | 0 | 63 | 64 | 39 |
| Octal | 162 | 377 | 46 | 67 | 0 | 125 | 0 | 143 | 144 | 71 |
| Binary | 1110010 | 11111111 | 100110 | 110111 | 0 | 1010101 | 0 | 1100011 | 1100100 | 111001 |
Color Harmonies of #72FF26
Complementary color
Monochromatic Colors of #72FF26
Black with #72FF26
Text Example
Text Example
White with #72FF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FF26; }
p { color: rgb(114,255,38); }
H1.HeaderClassName
{
color: #72FF26;
}
.AnyTagClassName
{
color: #72FF26;
}
</style>
background-color css
<style>
a { background-color: #72FF26; }
a { background-color: rgb(114,255,38); }
div.DivClassName
{
background-color: #72FF26;
}
.BgClassName
{
background-color: #72FF26;
}
</style>
border-color css
<style>
span { border-color: #72FF26; }
span { border-color: rgb(114,255,38); }
td.TdClassName
{
border-color: #72FF26;
}
.TagClassName
{
border-color: #72FF26;
}
</style>