Shades of Screamin' Green #52F140
Tints of Screamin' Green #52F140
RGB
CMYK
RGB Variations
Color information
#52F140 (or 0x52F140) is known color: Screamin' Green. HEX triplet: 52, F1 and 40. RGB value is (82,241,64). Sum of RGB (Red+Green+Blue) = 82+241+64=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 241 (94.53% from 255 or 62.27% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 241 - color contains mainly: green. Hex color #52F140 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F140 is #AD0EBF. Grayscale: #ADADAD. Windows color (decimal): -11341504 or 4256082. OLE color: 4256082.
HSL color Cylindrical-coordinate representation of color #52F140: hue angle of 113.9º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52F140 is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 241 | 64 | - |
| CMYK | 0.66 | 0 | 0.73 | 0.05 |
| HSL | 113.9º | 0.86% | 0.6% | - |
| HSV(B) | 113.9º | 0.73% | 0.95% | - |
| XYZ | 35.86 | 65.07 | 15.52 | - |
| YUV | 173.28 | 66.32 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 241 | 64 | 0.66 | 0 | 0.73 | 0.05 | 113.9 | 0.86 | 0.6 |
| Hex | 52 | F1 | 40 | 42 | 0 | 49 | 5 | 72 | 56 | 3C |
| Octal | 122 | 361 | 100 | 102 | 0 | 111 | 5 | 162 | 126 | 74 |
| Binary | 1010010 | 11110001 | 1000000 | 1000010 | 0 | 1001001 | 101 | 1110010 | 1010110 | 111100 |
Color Harmonies of #52F140
Complementary color
Monochromatic Colors of #52F140
Black with #52F140
Text Example
Text Example
White with #52F140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F140; }
p { color: rgb(82,241,64); }
H1.HeaderClassName
{
color: #52F140;
}
.AnyTagClassName
{
color: #52F140;
}
</style>
background-color css
<style>
a { background-color: #52F140; }
a { background-color: rgb(82,241,64); }
div.DivClassName
{
background-color: #52F140;
}
.BgClassName
{
background-color: #52F140;
}
</style>
border-color css
<style>
span { border-color: #52F140; }
span { border-color: rgb(82,241,64); }
td.TdClassName
{
border-color: #52F140;
}
.TagClassName
{
border-color: #52F140;
}
</style>