Shades of Screamin' Green #52F96E
Tints of Screamin' Green #52F96E
RGB
CMYK
RGB Variations
Color information
#52F96E (or 0x52F96E) is known color: Screamin' Green. HEX triplet: 52, F9 and 6E. RGB value is (82,249,110). Sum of RGB (Red+Green+Blue) = 82+249+110=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 249 (97.66% from 255 or 56.46% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 249 - color contains mainly: green. Hex color #52F96E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F96E is #AD0691. Grayscale: #B7B7B7. Windows color (decimal): -11339410 or 7272786. OLE color: 7272786.
HSL color Cylindrical-coordinate representation of color #52F96E: hue angle of 130.06º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F96E is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 249 | 110 | - |
| CMYK | 0.67 | 0 | 0.56 | 0.02 |
| HSL | 130.06º | 0.93% | 0.65% | - |
| HSV(B) | 130.06º | 0.67% | 0.98% | - |
| XYZ | 40.17 | 70.67 | 26.28 | - |
| YUV | 183.22 | 86.67 | 55.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 249 | 110 | 0.67 | 0 | 0.56 | 0.02 | 130.06 | 0.93 | 0.65 |
| Hex | 52 | F9 | 6E | 43 | 0 | 38 | 2 | 82 | 5D | 41 |
| Octal | 122 | 371 | 156 | 103 | 0 | 70 | 2 | 202 | 135 | 101 |
| Binary | 1010010 | 11111001 | 1101110 | 1000011 | 0 | 111000 | 10 | 10000010 | 1011101 | 1000001 |
Color Harmonies of #52F96E
Complementary color
Monochromatic Colors of #52F96E
Black with #52F96E
Text Example
Text Example
White with #52F96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F96E; }
p { color: rgb(82,249,110); }
H1.HeaderClassName
{
color: #52F96E;
}
.AnyTagClassName
{
color: #52F96E;
}
</style>
background-color css
<style>
a { background-color: #52F96E; }
a { background-color: rgb(82,249,110); }
div.DivClassName
{
background-color: #52F96E;
}
.BgClassName
{
background-color: #52F96E;
}
</style>
border-color css
<style>
span { border-color: #52F96E; }
span { border-color: rgb(82,249,110); }
td.TdClassName
{
border-color: #52F96E;
}
.TagClassName
{
border-color: #52F96E;
}
</style>