Shades of Screamin' Green #5ADF52
Tints of Screamin' Green #5ADF52
RGB
CMYK
RGB Variations
Color information
#5ADF52 (or 0x5ADF52) is known color: Screamin' Green. HEX triplet: 5A, DF and 52. RGB value is (90,223,82). Sum of RGB (Red+Green+Blue) = 90+223+82=395 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.78% from 395); Green value is 223 (87.5% from 255 or 56.46% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 223 - color contains mainly: green. Hex color #5ADF52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ADF52 is #A520AD. Grayscale: #A7A7A7. Windows color (decimal): -10821806 or 5431130. OLE color: 5431130.
HSL color Cylindrical-coordinate representation of color #5ADF52: hue angle of 116.6º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5ADF52 is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 223 | 82 | - |
| CMYK | 0.60 | 0 | 0.63 | 0.13 |
| HSL | 116.6º | 0.69% | 0.6% | - |
| HSV(B) | 116.6º | 0.63% | 0.87% | - |
| XYZ | 32.13 | 55.56 | 17.01 | - |
| YUV | 167.16 | 79.94 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 223 | 82 | 0.60 | 0 | 0.63 | 0.13 | 116.6 | 0.69 | 0.6 |
| Hex | 5A | DF | 52 | 3C | 0 | 3F | D | 75 | 45 | 3C |
| Octal | 132 | 337 | 122 | 74 | 0 | 77 | 15 | 165 | 105 | 74 |
| Binary | 1011010 | 11011111 | 1010010 | 111100 | 0 | 111111 | 1101 | 1110101 | 1000101 | 111100 |
Color Harmonies of #5ADF52
Complementary color
Monochromatic Colors of #5ADF52
Black with #5ADF52
Text Example
Text Example
White with #5ADF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADF52; }
p { color: rgb(90,223,82); }
H1.HeaderClassName
{
color: #5ADF52;
}
.AnyTagClassName
{
color: #5ADF52;
}
</style>
background-color css
<style>
a { background-color: #5ADF52; }
a { background-color: rgb(90,223,82); }
div.DivClassName
{
background-color: #5ADF52;
}
.BgClassName
{
background-color: #5ADF52;
}
</style>
border-color css
<style>
span { border-color: #5ADF52; }
span { border-color: rgb(90,223,82); }
td.TdClassName
{
border-color: #5ADF52;
}
.TagClassName
{
border-color: #5ADF52;
}
</style>