Shades of Screamin' Green #52E95C
Tints of Screamin' Green #52E95C
RGB
CMYK
RGB Variations
Color information
#52E95C (or 0x52E95C) is known color: Screamin' Green. HEX triplet: 52, E9 and 5C. RGB value is (82,233,92). Sum of RGB (Red+Green+Blue) = 82+233+92=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 233 (91.41% from 255 or 57.25% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 233 - color contains mainly: green. Hex color #52E95C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52E95C is #AD16A3. Grayscale: #ACACAC. Windows color (decimal): -11343524 or 6089042. OLE color: 6089042.
HSL color Cylindrical-coordinate representation of color #52E95C: hue angle of 123.97º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E95C is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 233 | 92 | - |
| CMYK | 0.65 | 0 | 0.61 | 0.09 |
| HSL | 123.97º | 0.77% | 0.62% | - |
| HSV(B) | 123.97º | 0.65% | 0.91% | - |
| XYZ | 34.55 | 60.84 | 20.05 | - |
| YUV | 171.78 | 82.97 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 233 | 92 | 0.65 | 0 | 0.61 | 0.09 | 123.97 | 0.77 | 0.62 |
| Hex | 52 | E9 | 5C | 41 | 0 | 3D | 9 | 7C | 4D | 3E |
| Octal | 122 | 351 | 134 | 101 | 0 | 75 | 11 | 174 | 115 | 76 |
| Binary | 1010010 | 11101001 | 1011100 | 1000001 | 0 | 111101 | 1001 | 1111100 | 1001101 | 111110 |
Color Harmonies of #52E95C
Complementary color
Monochromatic Colors of #52E95C
Black with #52E95C
Text Example
Text Example
White with #52E95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E95C; }
p { color: rgb(82,233,92); }
H1.HeaderClassName
{
color: #52E95C;
}
.AnyTagClassName
{
color: #52E95C;
}
</style>
background-color css
<style>
a { background-color: #52E95C; }
a { background-color: rgb(82,233,92); }
div.DivClassName
{
background-color: #52E95C;
}
.BgClassName
{
background-color: #52E95C;
}
</style>
border-color css
<style>
span { border-color: #52E95C; }
span { border-color: rgb(82,233,92); }
td.TdClassName
{
border-color: #52E95C;
}
.TagClassName
{
border-color: #52E95C;
}
</style>