Shades of Bright Green #72FD32
Tints of Bright Green #72FD32
RGB
CMYK
RGB Variations
Color information
#72FD32 (or 0x72FD32) is known color: Bright Green. HEX triplet: 72, FD and 32. RGB value is (114,253,50). Sum of RGB (Red+Green+Blue) = 114+253+50=417 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.34% from 417); Green value is 253 (99.22% from 255 or 60.67% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 253 - color contains mainly: green. Hex color #72FD32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #72FD32 is #8D02CD. Grayscale: #BCBCBC. Windows color (decimal): -9241294 or 3341682. OLE color: 3341682.
HSL color Cylindrical-coordinate representation of color #72FD32: hue angle of 101.08º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #72FD32 is Cyan = 0.55, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 114 | 253 | 50 | - |
| CMYK | 0.55 | 0 | 0.80 | 0.01 |
| HSL | 101.08º | 0.98% | 0.59% | - |
| HSV(B) | 101.08º | 0.8% | 0.99% | - |
| XYZ | 42.64 | 74.06 | 15.06 | - |
| YUV | 188.3 | 49.95 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 253 | 50 | 0.55 | 0 | 0.80 | 0.01 | 101.08 | 0.98 | 0.59 |
| Hex | 72 | FD | 32 | 37 | 0 | 50 | 1 | 65 | 62 | 3B |
| Octal | 162 | 375 | 62 | 67 | 0 | 120 | 1 | 145 | 142 | 73 |
| Binary | 1110010 | 11111101 | 110010 | 110111 | 0 | 1010000 | 1 | 1100101 | 1100010 | 111011 |
Color Harmonies of #72FD32
Complementary color
Monochromatic Colors of #72FD32
Black with #72FD32
Text Example
Text Example
White with #72FD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FD32; }
p { color: rgb(114,253,50); }
H1.HeaderClassName
{
color: #72FD32;
}
.AnyTagClassName
{
color: #72FD32;
}
</style>
background-color css
<style>
a { background-color: #72FD32; }
a { background-color: rgb(114,253,50); }
div.DivClassName
{
background-color: #72FD32;
}
.BgClassName
{
background-color: #72FD32;
}
</style>
border-color css
<style>
span { border-color: #72FD32; }
span { border-color: rgb(114,253,50); }
td.TdClassName
{
border-color: #72FD32;
}
.TagClassName
{
border-color: #72FD32;
}
</style>