Shades of Screamin' Green #72F46A
Tints of Screamin' Green #72F46A
RGB
CMYK
RGB Variations
Color information
#72F46A (or 0x72F46A) is known color: Screamin' Green. HEX triplet: 72, F4 and 6A. RGB value is (114,244,106). Sum of RGB (Red+Green+Blue) = 114+244+106=464 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.57% from 464); Green value is 244 (95.70% from 255 or 52.59% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 244 - color contains mainly: green. Hex color #72F46A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72F46A is #8D0B95. Grayscale: #BDBDBD. Windows color (decimal): -9243542 or 7009394. OLE color: 7009394.
HSL color Cylindrical-coordinate representation of color #72F46A: hue angle of 116.52º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #72F46A is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 114 | 244 | 106 | - |
| CMYK | 0.53 | 0 | 0.57 | 0.04 |
| HSL | 116.52º | 0.86% | 0.69% | - |
| HSV(B) | 116.52º | 0.57% | 0.96% | - |
| XYZ | 41.89 | 69.32 | 24.81 | - |
| YUV | 189.4 | 80.93 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 244 | 106 | 0.53 | 0 | 0.57 | 0.04 | 116.52 | 0.86 | 0.69 |
| Hex | 72 | F4 | 6A | 35 | 0 | 39 | 4 | 75 | 56 | 45 |
| Octal | 162 | 364 | 152 | 65 | 0 | 71 | 4 | 165 | 126 | 105 |
| Binary | 1110010 | 11110100 | 1101010 | 110101 | 0 | 111001 | 100 | 1110101 | 1010110 | 1000101 |
Color Harmonies of #72F46A
Complementary color
Monochromatic Colors of #72F46A
Black with #72F46A
Text Example
Text Example
White with #72F46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F46A; }
p { color: rgb(114,244,106); }
H1.HeaderClassName
{
color: #72F46A;
}
.AnyTagClassName
{
color: #72F46A;
}
</style>
background-color css
<style>
a { background-color: #72F46A; }
a { background-color: rgb(114,244,106); }
div.DivClassName
{
background-color: #72F46A;
}
.BgClassName
{
background-color: #72F46A;
}
</style>
border-color css
<style>
span { border-color: #72F46A; }
span { border-color: rgb(114,244,106); }
td.TdClassName
{
border-color: #72F46A;
}
.TagClassName
{
border-color: #72F46A;
}
</style>