Shades of Screamin' Green #52F17D
Tints of Screamin' Green #52F17D
RGB
CMYK
RGB Variations
Color information
#52F17D (or 0x52F17D) is known color: Screamin' Green. HEX triplet: 52, F1 and 7D. RGB value is (82,241,125). Sum of RGB (Red+Green+Blue) = 82+241+125=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 241 (94.53% from 255 or 53.79% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 241 - color contains mainly: green. Hex color #52F17D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F17D is #AD0E82. Grayscale: #B4B4B4. Windows color (decimal): -11341443 or 8253778. OLE color: 8253778.
HSL color Cylindrical-coordinate representation of color #52F17D: hue angle of 136.23º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F17D is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 241 | 125 | - |
| CMYK | 0.66 | 0 | 0.48 | 0.05 |
| HSL | 136.23º | 0.85% | 0.63% | - |
| HSV(B) | 136.23º | 0.66% | 0.95% | - |
| XYZ | 38.64 | 66.19 | 30.14 | - |
| YUV | 180.24 | 96.82 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 241 | 125 | 0.66 | 0 | 0.48 | 0.05 | 136.23 | 0.85 | 0.63 |
| Hex | 52 | F1 | 7D | 42 | 0 | 30 | 5 | 88 | 55 | 3F |
| Octal | 122 | 361 | 175 | 102 | 0 | 60 | 5 | 210 | 125 | 77 |
| Binary | 1010010 | 11110001 | 1111101 | 1000010 | 0 | 110000 | 101 | 10001000 | 1010101 | 111111 |
Color Harmonies of #52F17D
Complementary color
Monochromatic Colors of #52F17D
Black with #52F17D
Text Example
Text Example
White with #52F17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F17D; }
p { color: rgb(82,241,125); }
H1.HeaderClassName
{
color: #52F17D;
}
.AnyTagClassName
{
color: #52F17D;
}
</style>
background-color css
<style>
a { background-color: #52F17D; }
a { background-color: rgb(82,241,125); }
div.DivClassName
{
background-color: #52F17D;
}
.BgClassName
{
background-color: #52F17D;
}
</style>
border-color css
<style>
span { border-color: #52F17D; }
span { border-color: rgb(82,241,125); }
td.TdClassName
{
border-color: #52F17D;
}
.TagClassName
{
border-color: #52F17D;
}
</style>