Shades of Screamin' Green #72F872
Tints of Screamin' Green #72F872
RGB
CMYK
RGB Variations
Color information
#72F872 (or 0x72F872) is known color: Screamin' Green. HEX triplet: 72, F8 and 72. RGB value is (114,248,114). Sum of RGB (Red+Green+Blue) = 114+248+114=476 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.95% from 476); Green value is 248 (97.27% from 255 or 52.10% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 248 - color contains mainly: green. Hex color #72F872 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72F872 is #8D078D. Grayscale: #C1C1C1. Windows color (decimal): -9242510 or 7534706. OLE color: 7534706.
HSL color Cylindrical-coordinate representation of color #72F872: hue angle of 120º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72F872 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 114 | 248 | 114 | - |
| CMYK | 0.54 | 0 | 0.54 | 0.03 |
| HSL | 120º | 0.91% | 0.71% | - |
| HSV(B) | 120º | 0.54% | 0.97% | - |
| XYZ | 43.54 | 71.93 | 27.51 | - |
| YUV | 192.66 | 83.61 | 71.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 248 | 114 | 0.54 | 0 | 0.54 | 0.03 | 120 | 0.91 | 0.71 |
| Hex | 72 | F8 | 72 | 36 | 0 | 36 | 3 | 78 | 5B | 47 |
| Octal | 162 | 370 | 162 | 66 | 0 | 66 | 3 | 170 | 133 | 107 |
| Binary | 1110010 | 11111000 | 1110010 | 110110 | 0 | 110110 | 11 | 1111000 | 1011011 | 1000111 |
Color Harmonies of #72F872
Complementary color
Monochromatic Colors of #72F872
Black with #72F872
Text Example
Text Example
White with #72F872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F872; }
p { color: rgb(114,248,114); }
H1.HeaderClassName
{
color: #72F872;
}
.AnyTagClassName
{
color: #72F872;
}
</style>
background-color css
<style>
a { background-color: #72F872; }
a { background-color: rgb(114,248,114); }
div.DivClassName
{
background-color: #72F872;
}
.BgClassName
{
background-color: #72F872;
}
</style>
border-color css
<style>
span { border-color: #72F872; }
span { border-color: rgb(114,248,114); }
td.TdClassName
{
border-color: #72F872;
}
.TagClassName
{
border-color: #72F872;
}
</style>