Shades of Screamin' Green #52F365
Tints of Screamin' Green #52F365
RGB
CMYK
RGB Variations
Color information
#52F365 (or 0x52F365) is known color: Screamin' Green. HEX triplet: 52, F3 and 65. RGB value is (82,243,101). Sum of RGB (Red+Green+Blue) = 82+243+101=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 243 (95.31% from 255 or 57.04% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 243 - color contains mainly: green. Hex color #52F365 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F365 is #AD0C9A. Grayscale: #B3B3B3. Windows color (decimal): -11340955 or 6681426. OLE color: 6681426.
HSL color Cylindrical-coordinate representation of color #52F365: hue angle of 127.08º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F365 is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 243 | 101 | - |
| CMYK | 0.66 | 0 | 0.58 | 0.05 |
| HSL | 127.08º | 0.87% | 0.64% | - |
| HSV(B) | 127.08º | 0.66% | 0.95% | - |
| XYZ | 37.88 | 66.83 | 23.22 | - |
| YUV | 178.67 | 84.16 | 59.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 243 | 101 | 0.66 | 0 | 0.58 | 0.05 | 127.08 | 0.87 | 0.64 |
| Hex | 52 | F3 | 65 | 42 | 0 | 3A | 5 | 7F | 57 | 40 |
| Octal | 122 | 363 | 145 | 102 | 0 | 72 | 5 | 177 | 127 | 100 |
| Binary | 1010010 | 11110011 | 1100101 | 1000010 | 0 | 111010 | 101 | 1111111 | 1010111 | 1000000 |
Color Harmonies of #52F365
Complementary color
Monochromatic Colors of #52F365
Black with #52F365
Text Example
Text Example
White with #52F365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F365; }
p { color: rgb(82,243,101); }
H1.HeaderClassName
{
color: #52F365;
}
.AnyTagClassName
{
color: #52F365;
}
</style>
background-color css
<style>
a { background-color: #52F365; }
a { background-color: rgb(82,243,101); }
div.DivClassName
{
background-color: #52F365;
}
.BgClassName
{
background-color: #52F365;
}
</style>
border-color css
<style>
span { border-color: #52F365; }
span { border-color: rgb(82,243,101); }
td.TdClassName
{
border-color: #52F365;
}
.TagClassName
{
border-color: #52F365;
}
</style>