Shades of Screamin' Green #52FA6B
Tints of Screamin' Green #52FA6B
RGB
CMYK
RGB Variations
Color information
#52FA6B (or 0x52FA6B) is known color: Screamin' Green. HEX triplet: 52, FA and 6B. RGB value is (82,250,107). Sum of RGB (Red+Green+Blue) = 82+250+107=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 250 (98.05% from 255 or 56.95% from 439); Blue value is 107 (42.19% from 255 or 24.37% from 439); Max value from RGB is 250 - color contains mainly: green. Hex color #52FA6B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52FA6B is #AD0594. Grayscale: #B7B7B7. Windows color (decimal): -11339157 or 7076434. OLE color: 7076434.
HSL color Cylindrical-coordinate representation of color #52FA6B: hue angle of 128.93º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52FA6B is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 250 | 107 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.02 |
| HSL | 128.93º | 0.94% | 0.65% | - |
| HSV(B) | 128.93º | 0.67% | 0.98% | - |
| XYZ | 40.32 | 71.23 | 25.53 | - |
| YUV | 183.47 | 84.84 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 250 | 107 | 0.67 | 0 | 0.57 | 0.02 | 128.93 | 0.94 | 0.65 |
| Hex | 52 | FA | 6B | 43 | 0 | 39 | 2 | 81 | 5E | 41 |
| Octal | 122 | 372 | 153 | 103 | 0 | 71 | 2 | 201 | 136 | 101 |
| Binary | 1010010 | 11111010 | 1101011 | 1000011 | 0 | 111001 | 10 | 10000001 | 1011110 | 1000001 |
Color Harmonies of #52FA6B
Complementary color
Monochromatic Colors of #52FA6B
Black with #52FA6B
Text Example
Text Example
White with #52FA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FA6B; }
p { color: rgb(82,250,107); }
H1.HeaderClassName
{
color: #52FA6B;
}
.AnyTagClassName
{
color: #52FA6B;
}
</style>
background-color css
<style>
a { background-color: #52FA6B; }
a { background-color: rgb(82,250,107); }
div.DivClassName
{
background-color: #52FA6B;
}
.BgClassName
{
background-color: #52FA6B;
}
</style>
border-color css
<style>
span { border-color: #52FA6B; }
span { border-color: rgb(82,250,107); }
td.TdClassName
{
border-color: #52FA6B;
}
.TagClassName
{
border-color: #52FA6B;
}
</style>