Shades of Screamin' Green #52FF5C
Tints of Screamin' Green #52FF5C
RGB
CMYK
RGB Variations
Color information
#52FF5C (or 0x52FF5C) is known color: Screamin' Green. HEX triplet: 52, FF and 5C. RGB value is (82,255,92). Sum of RGB (Red+Green+Blue) = 82+255+92=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 255 (100% from 255 or 59.44% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 255 - color contains mainly: green. Hex color #52FF5C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52FF5C is #AD00A3. Grayscale: #B9B9B9. Windows color (decimal): -11337892 or 6094674. OLE color: 6094674.
HSL color Cylindrical-coordinate representation of color #52FF5C: hue angle of 123.47º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FF5C is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 255 | 92 | - |
| CMYK | 0.68 | 0 | 0.64 | 0 |
| HSL | 123.47º | 1% | 0.66% | - |
| HSV(B) | 123.47º | 0.68% | 1% | - |
| XYZ | 41.17 | 74.09 | 22.26 | - |
| YUV | 184.69 | 75.69 | 54.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 255 | 92 | 0.68 | 0 | 0.64 | 0 | 123.47 | 1 | 0.66 |
| Hex | 52 | FF | 5C | 44 | 0 | 40 | 0 | 7B | 64 | 42 |
| Octal | 122 | 377 | 134 | 104 | 0 | 100 | 0 | 173 | 144 | 102 |
| Binary | 1010010 | 11111111 | 1011100 | 1000100 | 0 | 1000000 | 0 | 1111011 | 1100100 | 1000010 |
Color Harmonies of #52FF5C
Complementary color
Monochromatic Colors of #52FF5C
Black with #52FF5C
Text Example
Text Example
White with #52FF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FF5C; }
p { color: rgb(82,255,92); }
H1.HeaderClassName
{
color: #52FF5C;
}
.AnyTagClassName
{
color: #52FF5C;
}
</style>
background-color css
<style>
a { background-color: #52FF5C; }
a { background-color: rgb(82,255,92); }
div.DivClassName
{
background-color: #52FF5C;
}
.BgClassName
{
background-color: #52FF5C;
}
</style>
border-color css
<style>
span { border-color: #52FF5C; }
span { border-color: rgb(82,255,92); }
td.TdClassName
{
border-color: #52FF5C;
}
.TagClassName
{
border-color: #52FF5C;
}
</style>