Shades of Screamin' Green #52F941
Tints of Screamin' Green #52F941
RGB
CMYK
RGB Variations
Color information
#52F941 (or 0x52F941) is known color: Screamin' Green. HEX triplet: 52, F9 and 41. RGB value is (82,249,65). Sum of RGB (Red+Green+Blue) = 82+249+65=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 249 (97.66% from 255 or 62.88% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 249 - color contains mainly: green. Hex color #52F941 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F941 is #AD06BE. Grayscale: #B2B2B2. Windows color (decimal): -11339455 or 4323666. OLE color: 4323666.
HSL color Cylindrical-coordinate representation of color #52F941: hue angle of 114.46º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52F941 is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 249 | 65 | - |
| CMYK | 0.67 | 0 | 0.74 | 0.02 |
| HSL | 114.46º | 0.94% | 0.62% | - |
| HSV(B) | 114.46º | 0.74% | 0.98% | - |
| XYZ | 38.31 | 69.93 | 16.48 | - |
| YUV | 178.09 | 64.17 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 249 | 65 | 0.67 | 0 | 0.74 | 0.02 | 114.46 | 0.94 | 0.62 |
| Hex | 52 | F9 | 41 | 43 | 0 | 4A | 2 | 72 | 5E | 3E |
| Octal | 122 | 371 | 101 | 103 | 0 | 112 | 2 | 162 | 136 | 76 |
| Binary | 1010010 | 11111001 | 1000001 | 1000011 | 0 | 1001010 | 10 | 1110010 | 1011110 | 111110 |
Color Harmonies of #52F941
Complementary color
Monochromatic Colors of #52F941
Black with #52F941
Text Example
Text Example
White with #52F941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F941; }
p { color: rgb(82,249,65); }
H1.HeaderClassName
{
color: #52F941;
}
.AnyTagClassName
{
color: #52F941;
}
</style>
background-color css
<style>
a { background-color: #52F941; }
a { background-color: rgb(82,249,65); }
div.DivClassName
{
background-color: #52F941;
}
.BgClassName
{
background-color: #52F941;
}
</style>
border-color css
<style>
span { border-color: #52F941; }
span { border-color: rgb(82,249,65); }
td.TdClassName
{
border-color: #52F941;
}
.TagClassName
{
border-color: #52F941;
}
</style>