Shades of Screamin' Green #52F37B
Tints of Screamin' Green #52F37B
RGB
CMYK
RGB Variations
Color information
#52F37B (or 0x52F37B) is known color: Screamin' Green. HEX triplet: 52, F3 and 7B. RGB value is (82,243,123). Sum of RGB (Red+Green+Blue) = 82+243+123=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 243 (95.31% from 255 or 54.24% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 243 - color contains mainly: green. Hex color #52F37B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F37B is #AD0C84. Grayscale: #B5B5B5. Windows color (decimal): -11340933 or 8123218. OLE color: 8123218.
HSL color Cylindrical-coordinate representation of color #52F37B: hue angle of 135.28º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F37B is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 243 | 123 | - |
| CMYK | 0.66 | 0 | 0.49 | 0.05 |
| HSL | 135.28º | 0.87% | 0.64% | - |
| HSV(B) | 135.28º | 0.66% | 0.95% | - |
| XYZ | 39.11 | 67.33 | 29.67 | - |
| YUV | 181.18 | 95.16 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 243 | 123 | 0.66 | 0 | 0.49 | 0.05 | 135.28 | 0.87 | 0.64 |
| Hex | 52 | F3 | 7B | 42 | 0 | 31 | 5 | 87 | 57 | 40 |
| Octal | 122 | 363 | 173 | 102 | 0 | 61 | 5 | 207 | 127 | 100 |
| Binary | 1010010 | 11110011 | 1111011 | 1000010 | 0 | 110001 | 101 | 10000111 | 1010111 | 1000000 |
Color Harmonies of #52F37B
Complementary color
Monochromatic Colors of #52F37B
Black with #52F37B
Text Example
Text Example
White with #52F37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F37B; }
p { color: rgb(82,243,123); }
H1.HeaderClassName
{
color: #52F37B;
}
.AnyTagClassName
{
color: #52F37B;
}
</style>
background-color css
<style>
a { background-color: #52F37B; }
a { background-color: rgb(82,243,123); }
div.DivClassName
{
background-color: #52F37B;
}
.BgClassName
{
background-color: #52F37B;
}
</style>
border-color css
<style>
span { border-color: #52F37B; }
span { border-color: rgb(82,243,123); }
td.TdClassName
{
border-color: #52F37B;
}
.TagClassName
{
border-color: #52F37B;
}
</style>