Shades of Screamin' Green #52FA4D
Tints of Screamin' Green #52FA4D
RGB
CMYK
RGB Variations
Color information
#52FA4D (or 0x52FA4D) is known color: Screamin' Green. HEX triplet: 52, FA and 4D. RGB value is (82,250,77). Sum of RGB (Red+Green+Blue) = 82+250+77=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 250 (98.05% from 255 or 61.12% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 250 - color contains mainly: green. Hex color #52FA4D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52FA4D is #AD05B2. Grayscale: #B4B4B4. Windows color (decimal): -11339187 or 5110354. OLE color: 5110354.
HSL color Cylindrical-coordinate representation of color #52FA4D: hue angle of 118.27º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52FA4D is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 250 | 77 | - |
| CMYK | 0.67 | 0 | 0.69 | 0.02 |
| HSL | 118.27º | 0.95% | 0.64% | - |
| HSV(B) | 118.27º | 0.69% | 0.98% | - |
| XYZ | 39 | 70.7 | 18.61 | - |
| YUV | 180.05 | 69.84 | 58.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 250 | 77 | 0.67 | 0 | 0.69 | 0.02 | 118.27 | 0.95 | 0.64 |
| Hex | 52 | FA | 4D | 43 | 0 | 45 | 2 | 76 | 5F | 40 |
| Octal | 122 | 372 | 115 | 103 | 0 | 105 | 2 | 166 | 137 | 100 |
| Binary | 1010010 | 11111010 | 1001101 | 1000011 | 0 | 1000101 | 10 | 1110110 | 1011111 | 1000000 |
Color Harmonies of #52FA4D
Complementary color
Monochromatic Colors of #52FA4D
Black with #52FA4D
Text Example
Text Example
White with #52FA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FA4D; }
p { color: rgb(82,250,77); }
H1.HeaderClassName
{
color: #52FA4D;
}
.AnyTagClassName
{
color: #52FA4D;
}
</style>
background-color css
<style>
a { background-color: #52FA4D; }
a { background-color: rgb(82,250,77); }
div.DivClassName
{
background-color: #52FA4D;
}
.BgClassName
{
background-color: #52FA4D;
}
</style>
border-color css
<style>
span { border-color: #52FA4D; }
span { border-color: rgb(82,250,77); }
td.TdClassName
{
border-color: #52FA4D;
}
.TagClassName
{
border-color: #52FA4D;
}
</style>