Shades of Screamin' Green #52FA7B
Tints of Screamin' Green #52FA7B
RGB
CMYK
RGB Variations
Color information
#52FA7B (or 0x52FA7B) is known color: Screamin' Green. HEX triplet: 52, FA and 7B. RGB value is (82,250,123). Sum of RGB (Red+Green+Blue) = 82+250+123=455 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.02% from 455); Green value is 250 (98.05% from 255 or 54.95% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 250 - color contains mainly: green. Hex color #52FA7B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52FA7B is #AD0584. Grayscale: #B9B9B9. Windows color (decimal): -11339141 or 8125010. OLE color: 8125010.
HSL color Cylindrical-coordinate representation of color #52FA7B: hue angle of 134.64º 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 #52FA7B is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 250 | 123 | - |
| CMYK | 0.67 | 0 | 0.51 | 0.02 |
| HSL | 134.64º | 0.94% | 0.65% | - |
| HSV(B) | 134.64º | 0.67% | 0.98% | - |
| XYZ | 41.24 | 71.6 | 30.38 | - |
| YUV | 185.29 | 92.84 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 250 | 123 | 0.67 | 0 | 0.51 | 0.02 | 134.64 | 0.94 | 0.65 |
| Hex | 52 | FA | 7B | 43 | 0 | 33 | 2 | 87 | 5E | 41 |
| Octal | 122 | 372 | 173 | 103 | 0 | 63 | 2 | 207 | 136 | 101 |
| Binary | 1010010 | 11111010 | 1111011 | 1000011 | 0 | 110011 | 10 | 10000111 | 1011110 | 1000001 |
Color Harmonies of #52FA7B
Complementary color
Monochromatic Colors of #52FA7B
Black with #52FA7B
Text Example
Text Example
White with #52FA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FA7B; }
p { color: rgb(82,250,123); }
H1.HeaderClassName
{
color: #52FA7B;
}
.AnyTagClassName
{
color: #52FA7B;
}
</style>
background-color css
<style>
a { background-color: #52FA7B; }
a { background-color: rgb(82,250,123); }
div.DivClassName
{
background-color: #52FA7B;
}
.BgClassName
{
background-color: #52FA7B;
}
</style>
border-color css
<style>
span { border-color: #52FA7B; }
span { border-color: rgb(82,250,123); }
td.TdClassName
{
border-color: #52FA7B;
}
.TagClassName
{
border-color: #52FA7B;
}
</style>