Shades of Screamin' Green #52FE7C
Tints of Screamin' Green #52FE7C
RGB
CMYK
RGB Variations
Color information
#52FE7C (or 0x52FE7C) is known color: Screamin' Green. HEX triplet: 52, FE and 7C. RGB value is (82,254,124). Sum of RGB (Red+Green+Blue) = 82+254+124=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 254 (99.61% from 255 or 55.22% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 254 - color contains mainly: green. Hex color #52FE7C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52FE7C is #AD0183. Grayscale: #BCBCBC. Windows color (decimal): -11338116 or 8191570. OLE color: 8191570.
HSL color Cylindrical-coordinate representation of color #52FE7C: hue angle of 134.65º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FE7C is Cyan = 0.68, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 254 | 124 | - |
| CMYK | 0.68 | 0 | 0.51 | 0.00 |
| HSL | 134.65º | 0.99% | 0.66% | - |
| HSV(B) | 134.65º | 0.68% | 1% | - |
| XYZ | 42.56 | 74.13 | 31.13 | - |
| YUV | 187.75 | 92.02 | 52.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 254 | 124 | 0.68 | 0 | 0.51 | 0.00 | 134.65 | 0.99 | 0.66 |
| Hex | 52 | FE | 7C | 44 | 0 | 33 | 0 | 87 | 63 | 42 |
| Octal | 122 | 376 | 174 | 104 | 0 | 63 | 0 | 207 | 143 | 102 |
| Binary | 1010010 | 11111110 | 1111100 | 1000100 | 0 | 110011 | 0 | 10000111 | 1100011 | 1000010 |
Color Harmonies of #52FE7C
Complementary color
Monochromatic Colors of #52FE7C
Black with #52FE7C
Text Example
Text Example
White with #52FE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FE7C; }
p { color: rgb(82,254,124); }
H1.HeaderClassName
{
color: #52FE7C;
}
.AnyTagClassName
{
color: #52FE7C;
}
</style>
background-color css
<style>
a { background-color: #52FE7C; }
a { background-color: rgb(82,254,124); }
div.DivClassName
{
background-color: #52FE7C;
}
.BgClassName
{
background-color: #52FE7C;
}
</style>
border-color css
<style>
span { border-color: #52FE7C; }
span { border-color: rgb(82,254,124); }
td.TdClassName
{
border-color: #52FE7C;
}
.TagClassName
{
border-color: #52FE7C;
}
</style>