Shades of Screamin' Green #52F65C
Tints of Screamin' Green #52F65C
RGB
CMYK
RGB Variations
Color information
#52F65C (or 0x52F65C) is known color: Screamin' Green. HEX triplet: 52, F6 and 5C. RGB value is (82,246,92). Sum of RGB (Red+Green+Blue) = 82+246+92=420 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.52% from 420); Green value is 246 (96.48% from 255 or 58.57% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 246 - color contains mainly: green. Hex color #52F65C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F65C is #AD09A3. Grayscale: #B3B3B3. Windows color (decimal): -11340196 or 6092370. OLE color: 6092370.
HSL color Cylindrical-coordinate representation of color #52F65C: hue angle of 123.66º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F65C is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 246 | 92 | - |
| CMYK | 0.67 | 0 | 0.63 | 0.04 |
| HSL | 123.66º | 0.9% | 0.64% | - |
| HSV(B) | 123.66º | 0.67% | 0.96% | - |
| XYZ | 38.37 | 68.48 | 21.32 | - |
| YUV | 179.41 | 78.67 | 58.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 246 | 92 | 0.67 | 0 | 0.63 | 0.04 | 123.66 | 0.9 | 0.64 |
| Hex | 52 | F6 | 5C | 43 | 0 | 3F | 4 | 7C | 5A | 40 |
| Octal | 122 | 366 | 134 | 103 | 0 | 77 | 4 | 174 | 132 | 100 |
| Binary | 1010010 | 11110110 | 1011100 | 1000011 | 0 | 111111 | 100 | 1111100 | 1011010 | 1000000 |
Color Harmonies of #52F65C
Complementary color
Monochromatic Colors of #52F65C
Black with #52F65C
Text Example
Text Example
White with #52F65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F65C; }
p { color: rgb(82,246,92); }
H1.HeaderClassName
{
color: #52F65C;
}
.AnyTagClassName
{
color: #52F65C;
}
</style>
background-color css
<style>
a { background-color: #52F65C; }
a { background-color: rgb(82,246,92); }
div.DivClassName
{
background-color: #52F65C;
}
.BgClassName
{
background-color: #52F65C;
}
</style>
border-color css
<style>
span { border-color: #52F65C; }
span { border-color: rgb(82,246,92); }
td.TdClassName
{
border-color: #52F65C;
}
.TagClassName
{
border-color: #52F65C;
}
</style>