Shades of Screamin' Green #5AF85D
Tints of Screamin' Green #5AF85D
RGB
CMYK
RGB Variations
Color information
#5AF85D (or 0x5AF85D) is known color: Screamin' Green. HEX triplet: 5A, F8 and 5D. RGB value is (90,248,93). Sum of RGB (Red+Green+Blue) = 90+248+93=431 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.88% from 431); Green value is 248 (97.27% from 255 or 57.54% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF85D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AF85D is #A507A2. Grayscale: #B7B7B7. Windows color (decimal): -10815395 or 6158426. OLE color: 6158426.
HSL color Cylindrical-coordinate representation of color #5AF85D: hue angle of 121.14º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AF85D is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 248 | 93 | - |
| CMYK | 0.64 | 0 | 0.62 | 0.03 |
| HSL | 121.14º | 0.92% | 0.66% | - |
| HSV(B) | 121.14º | 0.64% | 0.97% | - |
| XYZ | 39.76 | 70.1 | 21.79 | - |
| YUV | 183.09 | 77.15 | 61.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 248 | 93 | 0.64 | 0 | 0.62 | 0.03 | 121.14 | 0.92 | 0.66 |
| Hex | 5A | F8 | 5D | 40 | 0 | 3E | 3 | 79 | 5C | 42 |
| Octal | 132 | 370 | 135 | 100 | 0 | 76 | 3 | 171 | 134 | 102 |
| Binary | 1011010 | 11111000 | 1011101 | 1000000 | 0 | 111110 | 11 | 1111001 | 1011100 | 1000010 |
Color Harmonies of #5AF85D
Complementary color
Monochromatic Colors of #5AF85D
Black with #5AF85D
Text Example
Text Example
White with #5AF85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF85D; }
p { color: rgb(90,248,93); }
H1.HeaderClassName
{
color: #5AF85D;
}
.AnyTagClassName
{
color: #5AF85D;
}
</style>
background-color css
<style>
a { background-color: #5AF85D; }
a { background-color: rgb(90,248,93); }
div.DivClassName
{
background-color: #5AF85D;
}
.BgClassName
{
background-color: #5AF85D;
}
</style>
border-color css
<style>
span { border-color: #5AF85D; }
span { border-color: rgb(90,248,93); }
td.TdClassName
{
border-color: #5AF85D;
}
.TagClassName
{
border-color: #5AF85D;
}
</style>