Shades of Screamin' Green #52F465
Tints of Screamin' Green #52F465
RGB
CMYK
RGB Variations
Color information
#52F465 (or 0x52F465) is known color: Screamin' Green. HEX triplet: 52, F4 and 65. RGB value is (82,244,101). Sum of RGB (Red+Green+Blue) = 82+244+101=427 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.20% from 427); Green value is 244 (95.70% from 255 or 57.14% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 244 - color contains mainly: green. Hex color #52F465 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F465 is #AD0B9A. Grayscale: #B3B3B3. Windows color (decimal): -11340699 or 6681682. OLE color: 6681682.
HSL color Cylindrical-coordinate representation of color #52F465: hue angle of 127.04º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F465 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 244 | 101 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.04 |
| HSL | 127.04º | 0.88% | 0.64% | - |
| HSV(B) | 127.04º | 0.66% | 0.96% | - |
| XYZ | 38.18 | 67.43 | 23.32 | - |
| YUV | 179.26 | 83.83 | 58.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 244 | 101 | 0.66 | 0 | 0.59 | 0.04 | 127.04 | 0.88 | 0.64 |
| Hex | 52 | F4 | 65 | 42 | 0 | 3B | 4 | 7F | 58 | 40 |
| Octal | 122 | 364 | 145 | 102 | 0 | 73 | 4 | 177 | 130 | 100 |
| Binary | 1010010 | 11110100 | 1100101 | 1000010 | 0 | 111011 | 100 | 1111111 | 1011000 | 1000000 |
Color Harmonies of #52F465
Complementary color
Monochromatic Colors of #52F465
Black with #52F465
Text Example
Text Example
White with #52F465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F465; }
p { color: rgb(82,244,101); }
H1.HeaderClassName
{
color: #52F465;
}
.AnyTagClassName
{
color: #52F465;
}
</style>
background-color css
<style>
a { background-color: #52F465; }
a { background-color: rgb(82,244,101); }
div.DivClassName
{
background-color: #52F465;
}
.BgClassName
{
background-color: #52F465;
}
</style>
border-color css
<style>
span { border-color: #52F465; }
span { border-color: rgb(82,244,101); }
td.TdClassName
{
border-color: #52F465;
}
.TagClassName
{
border-color: #52F465;
}
</style>