Shades of Screamin' Green #72F03A
Tints of Screamin' Green #72F03A
RGB
CMYK
RGB Variations
Color information
#72F03A (or 0x72F03A) is known color: Screamin' Green. HEX triplet: 72, F0 and 3A. RGB value is (114,240,58). Sum of RGB (Red+Green+Blue) = 114+240+58=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 240 (94.14% from 255 or 58.25% from 412); Blue value is 58 (23.05% from 255 or 14.08% from 412); Max value from RGB is 240 - color contains mainly: green. Hex color #72F03A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #72F03A is #8D0FC5. Grayscale: #B6B6B6. Windows color (decimal): -9244614 or 3862642. OLE color: 3862642.
HSL color Cylindrical-coordinate representation of color #72F03A: hue angle of 101.54º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72F03A is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 240 | 58 | - |
| CMYK | 0.52 | 0 | 0.76 | 0.06 |
| HSL | 101.54º | 0.86% | 0.58% | - |
| HSV(B) | 101.54º | 0.76% | 0.94% | - |
| XYZ | 38.86 | 66.2 | 14.73 | - |
| YUV | 181.58 | 58.26 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 240 | 58 | 0.52 | 0 | 0.76 | 0.06 | 101.54 | 0.86 | 0.58 |
| Hex | 72 | F0 | 3A | 34 | 0 | 4C | 6 | 66 | 56 | 3A |
| Octal | 162 | 360 | 72 | 64 | 0 | 114 | 6 | 146 | 126 | 72 |
| Binary | 1110010 | 11110000 | 111010 | 110100 | 0 | 1001100 | 110 | 1100110 | 1010110 | 111010 |
Color Harmonies of #72F03A
Complementary color
Monochromatic Colors of #72F03A
Black with #72F03A
Text Example
Text Example
White with #72F03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F03A; }
p { color: rgb(114,240,58); }
H1.HeaderClassName
{
color: #72F03A;
}
.AnyTagClassName
{
color: #72F03A;
}
</style>
background-color css
<style>
a { background-color: #72F03A; }
a { background-color: rgb(114,240,58); }
div.DivClassName
{
background-color: #72F03A;
}
.BgClassName
{
background-color: #72F03A;
}
</style>
border-color css
<style>
span { border-color: #72F03A; }
span { border-color: rgb(114,240,58); }
td.TdClassName
{
border-color: #72F03A;
}
.TagClassName
{
border-color: #72F03A;
}
</style>