Shades of Screamin' Green #52F065
Tints of Screamin' Green #52F065
RGB
CMYK
RGB Variations
Color information
#52F065 (or 0x52F065) is known color: Screamin' Green. HEX triplet: 52, F0 and 65. RGB value is (82,240,101). Sum of RGB (Red+Green+Blue) = 82+240+101=423 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.39% from 423); Green value is 240 (94.14% from 255 or 56.74% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 240 - color contains mainly: green. Hex color #52F065 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F065 is #AD0F9A. Grayscale: #B1B1B1. Windows color (decimal): -11341723 or 6680658. OLE color: 6680658.
HSL color Cylindrical-coordinate representation of color #52F065: hue angle of 127.22º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F065 is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 240 | 101 | - |
| CMYK | 0.66 | 0 | 0.58 | 0.06 |
| HSL | 127.22º | 0.84% | 0.63% | - |
| HSV(B) | 127.22º | 0.66% | 0.94% | - |
| XYZ | 36.99 | 65.05 | 22.92 | - |
| YUV | 176.91 | 85.15 | 60.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 240 | 101 | 0.66 | 0 | 0.58 | 0.06 | 127.22 | 0.84 | 0.63 |
| Hex | 52 | F0 | 65 | 42 | 0 | 3A | 6 | 7F | 54 | 3F |
| Octal | 122 | 360 | 145 | 102 | 0 | 72 | 6 | 177 | 124 | 77 |
| Binary | 1010010 | 11110000 | 1100101 | 1000010 | 0 | 111010 | 110 | 1111111 | 1010100 | 111111 |
Color Harmonies of #52F065
Complementary color
Monochromatic Colors of #52F065
Black with #52F065
Text Example
Text Example
White with #52F065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F065; }
p { color: rgb(82,240,101); }
H1.HeaderClassName
{
color: #52F065;
}
.AnyTagClassName
{
color: #52F065;
}
</style>
background-color css
<style>
a { background-color: #52F065; }
a { background-color: rgb(82,240,101); }
div.DivClassName
{
background-color: #52F065;
}
.BgClassName
{
background-color: #52F065;
}
</style>
border-color css
<style>
span { border-color: #52F065; }
span { border-color: rgb(82,240,101); }
td.TdClassName
{
border-color: #52F065;
}
.TagClassName
{
border-color: #52F065;
}
</style>