Shades of Screamin' Green #72F971
Tints of Screamin' Green #72F971
RGB
CMYK
RGB Variations
Color information
#72F971 (or 0x72F971) is known color: Screamin' Green. HEX triplet: 72, F9 and 71. RGB value is (114,249,113). Sum of RGB (Red+Green+Blue) = 114+249+113=476 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.95% from 476); Green value is 249 (97.66% from 255 or 52.31% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 249 - color contains mainly: green. Hex color #72F971 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72F971 is #8D068E. Grayscale: #C1C1C1. Windows color (decimal): -9242255 or 7469426. OLE color: 7469426.
HSL color Cylindrical-coordinate representation of color #72F971: hue angle of 119.56º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72F971 is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 249 | 113 | - |
| CMYK | 0.54 | 0 | 0.55 | 0.02 |
| HSL | 119.56º | 0.92% | 0.71% | - |
| HSV(B) | 119.56º | 0.55% | 0.98% | - |
| XYZ | 43.8 | 72.52 | 27.31 | - |
| YUV | 193.13 | 82.77 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 249 | 113 | 0.54 | 0 | 0.55 | 0.02 | 119.56 | 0.92 | 0.71 |
| Hex | 72 | F9 | 71 | 36 | 0 | 37 | 2 | 78 | 5C | 47 |
| Octal | 162 | 371 | 161 | 66 | 0 | 67 | 2 | 170 | 134 | 107 |
| Binary | 1110010 | 11111001 | 1110001 | 110110 | 0 | 110111 | 10 | 1111000 | 1011100 | 1000111 |
Color Harmonies of #72F971
Complementary color
Monochromatic Colors of #72F971
Black with #72F971
Text Example
Text Example
White with #72F971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F971; }
p { color: rgb(114,249,113); }
H1.HeaderClassName
{
color: #72F971;
}
.AnyTagClassName
{
color: #72F971;
}
</style>
background-color css
<style>
a { background-color: #72F971; }
a { background-color: rgb(114,249,113); }
div.DivClassName
{
background-color: #72F971;
}
.BgClassName
{
background-color: #72F971;
}
</style>
border-color css
<style>
span { border-color: #72F971; }
span { border-color: rgb(114,249,113); }
td.TdClassName
{
border-color: #72F971;
}
.TagClassName
{
border-color: #72F971;
}
</style>