Shades of Screamin' Green #52FA8B
Tints of Screamin' Green #52FA8B
RGB
CMYK
RGB Variations
Color information
#52FA8B (or 0x52FA8B) is known color: Screamin' Green. HEX triplet: 52, FA and 8B. RGB value is (82,250,139). Sum of RGB (Red+Green+Blue) = 82+250+139=471 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.41% from 471); Green value is 250 (98.05% from 255 or 53.08% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 250 - color contains mainly: green. Hex color #52FA8B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52FA8B is #AD0574. Grayscale: #BBBBBB. Windows color (decimal): -11339125 or 9173586. OLE color: 9173586.
HSL color Cylindrical-coordinate representation of color #52FA8B: hue angle of 140.36º 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 #52FA8B is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 250 | 139 | - |
| CMYK | 0.67 | 0 | 0.44 | 0.02 |
| HSL | 140.36º | 0.94% | 0.65% | - |
| HSV(B) | 140.36º | 0.67% | 0.98% | - |
| XYZ | 42.33 | 72.03 | 36.1 | - |
| YUV | 187.11 | 100.84 | 53.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 250 | 139 | 0.67 | 0 | 0.44 | 0.02 | 140.36 | 0.94 | 0.65 |
| Hex | 52 | FA | 8B | 43 | 0 | 2C | 2 | 8C | 5E | 41 |
| Octal | 122 | 372 | 213 | 103 | 0 | 54 | 2 | 214 | 136 | 101 |
| Binary | 1010010 | 11111010 | 10001011 | 1000011 | 0 | 101100 | 10 | 10001100 | 1011110 | 1000001 |
Color Harmonies of #52FA8B
Complementary color
Monochromatic Colors of #52FA8B
Black with #52FA8B
Text Example
Text Example
White with #52FA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FA8B; }
p { color: rgb(82,250,139); }
H1.HeaderClassName
{
color: #52FA8B;
}
.AnyTagClassName
{
color: #52FA8B;
}
</style>
background-color css
<style>
a { background-color: #52FA8B; }
a { background-color: rgb(82,250,139); }
div.DivClassName
{
background-color: #52FA8B;
}
.BgClassName
{
background-color: #52FA8B;
}
</style>
border-color css
<style>
span { border-color: #52FA8B; }
span { border-color: rgb(82,250,139); }
td.TdClassName
{
border-color: #52FA8B;
}
.TagClassName
{
border-color: #52FA8B;
}
</style>