Shades of Screamin' Green #52FF73
Tints of Screamin' Green #52FF73
RGB
CMYK
RGB Variations
Color information
#52FF73 (or 0x52FF73) is known color: Screamin' Green. HEX triplet: 52, FF and 73. RGB value is (82,255,115). Sum of RGB (Red+Green+Blue) = 82+255+115=452 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.14% from 452); Green value is 255 (100% from 255 or 56.42% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 255 - color contains mainly: green. Hex color #52FF73 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52FF73 is #AD008C. Grayscale: #BBBBBB. Windows color (decimal): -11337869 or 7602002. OLE color: 7602002.
HSL color Cylindrical-coordinate representation of color #52FF73: hue angle of 131.45º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FF73 is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 255 | 115 | - |
| CMYK | 0.68 | 0 | 0.55 | 0 |
| HSL | 131.45º | 1% | 0.66% | - |
| HSV(B) | 131.45º | 0.68% | 1% | - |
| XYZ | 42.33 | 74.55 | 28.38 | - |
| YUV | 187.31 | 87.19 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 255 | 115 | 0.68 | 0 | 0.55 | 0 | 131.45 | 1 | 0.66 |
| Hex | 52 | FF | 73 | 44 | 0 | 37 | 0 | 83 | 64 | 42 |
| Octal | 122 | 377 | 163 | 104 | 0 | 67 | 0 | 203 | 144 | 102 |
| Binary | 1010010 | 11111111 | 1110011 | 1000100 | 0 | 110111 | 0 | 10000011 | 1100100 | 1000010 |
Color Harmonies of #52FF73
Complementary color
Monochromatic Colors of #52FF73
Black with #52FF73
Text Example
Text Example
White with #52FF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FF73; }
p { color: rgb(82,255,115); }
H1.HeaderClassName
{
color: #52FF73;
}
.AnyTagClassName
{
color: #52FF73;
}
</style>
background-color css
<style>
a { background-color: #52FF73; }
a { background-color: rgb(82,255,115); }
div.DivClassName
{
background-color: #52FF73;
}
.BgClassName
{
background-color: #52FF73;
}
</style>
border-color css
<style>
span { border-color: #52FF73; }
span { border-color: rgb(82,255,115); }
td.TdClassName
{
border-color: #52FF73;
}
.TagClassName
{
border-color: #52FF73;
}
</style>