Shades of Screamin' Green #52FD68
Tints of Screamin' Green #52FD68
RGB
CMYK
RGB Variations
Color information
#52FD68 (or 0x52FD68) is known color: Screamin' Green. HEX triplet: 52, FD and 68. RGB value is (82,253,104). Sum of RGB (Red+Green+Blue) = 82+253+104=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 253 (99.22% from 255 or 57.63% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 253 - color contains mainly: green. Hex color #52FD68 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52FD68 is #AD0297. Grayscale: #B9B9B9. Windows color (decimal): -11338392 or 6880594. OLE color: 6880594.
HSL color Cylindrical-coordinate representation of color #52FD68: hue angle of 127.72º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FD68 is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 253 | 104 | - |
| CMYK | 0.68 | 0 | 0.59 | 0.01 |
| HSL | 127.72º | 0.98% | 0.66% | - |
| HSV(B) | 127.72º | 0.68% | 0.99% | - |
| XYZ | 41.1 | 73.04 | 25.03 | - |
| YUV | 184.89 | 82.35 | 54.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 253 | 104 | 0.68 | 0 | 0.59 | 0.01 | 127.72 | 0.98 | 0.66 |
| Hex | 52 | FD | 68 | 44 | 0 | 3B | 1 | 80 | 62 | 42 |
| Octal | 122 | 375 | 150 | 104 | 0 | 73 | 1 | 200 | 142 | 102 |
| Binary | 1010010 | 11111101 | 1101000 | 1000100 | 0 | 111011 | 1 | 10000000 | 1100010 | 1000010 |
Color Harmonies of #52FD68
Complementary color
Monochromatic Colors of #52FD68
Black with #52FD68
Text Example
Text Example
White with #52FD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FD68; }
p { color: rgb(82,253,104); }
H1.HeaderClassName
{
color: #52FD68;
}
.AnyTagClassName
{
color: #52FD68;
}
</style>
background-color css
<style>
a { background-color: #52FD68; }
a { background-color: rgb(82,253,104); }
div.DivClassName
{
background-color: #52FD68;
}
.BgClassName
{
background-color: #52FD68;
}
</style>
border-color css
<style>
span { border-color: #52FD68; }
span { border-color: rgb(82,253,104); }
td.TdClassName
{
border-color: #52FD68;
}
.TagClassName
{
border-color: #52FD68;
}
</style>