Shades of Screamin' Green #52FE5D
Tints of Screamin' Green #52FE5D
RGB
CMYK
RGB Variations
Color information
#52FE5D (or 0x52FE5D) is known color: Screamin' Green. HEX triplet: 52, FE and 5D. RGB value is (82,254,93). Sum of RGB (Red+Green+Blue) = 82+254+93=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 254 (99.61% from 255 or 59.21% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 254 - color contains mainly: green. Hex color #52FE5D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52FE5D is #AD01A2. Grayscale: #B8B8B8. Windows color (decimal): -11338147 or 6159954. OLE color: 6159954.
HSL color Cylindrical-coordinate representation of color #52FE5D: hue angle of 123.84º 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 #52FE5D is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 254 | 93 | - |
| CMYK | 0.68 | 0 | 0.63 | 0.00 |
| HSL | 123.84º | 0.99% | 0.66% | - |
| HSV(B) | 123.84º | 0.68% | 1% | - |
| XYZ | 40.9 | 73.47 | 22.38 | - |
| YUV | 184.22 | 76.52 | 55.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 254 | 93 | 0.68 | 0 | 0.63 | 0.00 | 123.84 | 0.99 | 0.66 |
| Hex | 52 | FE | 5D | 44 | 0 | 3F | 0 | 7C | 63 | 42 |
| Octal | 122 | 376 | 135 | 104 | 0 | 77 | 0 | 174 | 143 | 102 |
| Binary | 1010010 | 11111110 | 1011101 | 1000100 | 0 | 111111 | 0 | 1111100 | 1100011 | 1000010 |
Color Harmonies of #52FE5D
Complementary color
Monochromatic Colors of #52FE5D
Black with #52FE5D
Text Example
Text Example
White with #52FE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FE5D; }
p { color: rgb(82,254,93); }
H1.HeaderClassName
{
color: #52FE5D;
}
.AnyTagClassName
{
color: #52FE5D;
}
</style>
background-color css
<style>
a { background-color: #52FE5D; }
a { background-color: rgb(82,254,93); }
div.DivClassName
{
background-color: #52FE5D;
}
.BgClassName
{
background-color: #52FE5D;
}
</style>
border-color css
<style>
span { border-color: #52FE5D; }
span { border-color: rgb(82,254,93); }
td.TdClassName
{
border-color: #52FE5D;
}
.TagClassName
{
border-color: #52FE5D;
}
</style>