Shades of Screamin' Green #52F25C
Tints of Screamin' Green #52F25C
RGB
CMYK
RGB Variations
Color information
#52F25C (or 0x52F25C) is known color: Screamin' Green. HEX triplet: 52, F2 and 5C. RGB value is (82,242,92). Sum of RGB (Red+Green+Blue) = 82+242+92=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 242 (94.92% from 255 or 58.17% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 242 - color contains mainly: green. Hex color #52F25C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F25C is #AD0DA3. Grayscale: #B1B1B1. Windows color (decimal): -11341220 or 6091346. OLE color: 6091346.
HSL color Cylindrical-coordinate representation of color #52F25C: hue angle of 123.75º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F25C is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 242 | 92 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.05 |
| HSL | 123.75º | 0.86% | 0.64% | - |
| HSV(B) | 123.75º | 0.66% | 0.95% | - |
| XYZ | 37.16 | 66.07 | 20.92 | - |
| YUV | 177.06 | 79.99 | 60.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 242 | 92 | 0.66 | 0 | 0.62 | 0.05 | 123.75 | 0.86 | 0.64 |
| Hex | 52 | F2 | 5C | 42 | 0 | 3E | 5 | 7C | 56 | 40 |
| Octal | 122 | 362 | 134 | 102 | 0 | 76 | 5 | 174 | 126 | 100 |
| Binary | 1010010 | 11110010 | 1011100 | 1000010 | 0 | 111110 | 101 | 1111100 | 1010110 | 1000000 |
Color Harmonies of #52F25C
Complementary color
Monochromatic Colors of #52F25C
Black with #52F25C
Text Example
Text Example
White with #52F25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F25C; }
p { color: rgb(82,242,92); }
H1.HeaderClassName
{
color: #52F25C;
}
.AnyTagClassName
{
color: #52F25C;
}
</style>
background-color css
<style>
a { background-color: #52F25C; }
a { background-color: rgb(82,242,92); }
div.DivClassName
{
background-color: #52F25C;
}
.BgClassName
{
background-color: #52F25C;
}
</style>
border-color css
<style>
span { border-color: #52F25C; }
span { border-color: rgb(82,242,92); }
td.TdClassName
{
border-color: #52F25C;
}
.TagClassName
{
border-color: #52F25C;
}
</style>