Shades of Screamin' Green #5AFA5D
Tints of Screamin' Green #5AFA5D
RGB
CMYK
RGB Variations
Color information
#5AFA5D (or 0x5AFA5D) is known color: Screamin' Green. HEX triplet: 5A, FA and 5D. RGB value is (90,250,93). Sum of RGB (Red+Green+Blue) = 90+250+93=433 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.79% from 433); Green value is 250 (98.05% from 255 or 57.74% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 250 - color contains mainly: green. Hex color #5AFA5D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AFA5D is #A505A2. Grayscale: #B8B8B8. Windows color (decimal): -10814883 or 6158938. OLE color: 6158938.
HSL color Cylindrical-coordinate representation of color #5AFA5D: hue angle of 121.12º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFA5D is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 250 | 93 | - |
| CMYK | 0.64 | 0 | 0.63 | 0.02 |
| HSL | 121.13º | 0.94% | 0.67% | - |
| HSV(B) | 121.13º | 0.64% | 0.98% | - |
| XYZ | 40.38 | 71.34 | 22 | - |
| YUV | 184.26 | 76.49 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 250 | 93 | 0.64 | 0 | 0.63 | 0.02 | 121.13 | 0.94 | 0.67 |
| Hex | 5A | FA | 5D | 40 | 0 | 3F | 2 | 79 | 5E | 43 |
| Octal | 132 | 372 | 135 | 100 | 0 | 77 | 2 | 171 | 136 | 103 |
| Binary | 1011010 | 11111010 | 1011101 | 1000000 | 0 | 111111 | 10 | 1111001 | 1011110 | 1000011 |
Color Harmonies of #5AFA5D
Complementary color
Monochromatic Colors of #5AFA5D
Black with #5AFA5D
Text Example
Text Example
White with #5AFA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFA5D; }
p { color: rgb(90,250,93); }
H1.HeaderClassName
{
color: #5AFA5D;
}
.AnyTagClassName
{
color: #5AFA5D;
}
</style>
background-color css
<style>
a { background-color: #5AFA5D; }
a { background-color: rgb(90,250,93); }
div.DivClassName
{
background-color: #5AFA5D;
}
.BgClassName
{
background-color: #5AFA5D;
}
</style>
border-color css
<style>
span { border-color: #5AFA5D; }
span { border-color: rgb(90,250,93); }
td.TdClassName
{
border-color: #5AFA5D;
}
.TagClassName
{
border-color: #5AFA5D;
}
</style>