Shades of Screamin' Green #5AFD5A
Tints of Screamin' Green #5AFD5A
RGB
CMYK
RGB Variations
Color information
#5AFD5A (or 0x5AFD5A) is known color: Screamin' Green. HEX triplet: 5A, FD and 5A. RGB value is (90,253,90). Sum of RGB (Red+Green+Blue) = 90+253+90=433 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.79% from 433); Green value is 253 (99.22% from 255 or 58.43% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFD5A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AFD5A is #A502A5. Grayscale: #BABABA. Windows color (decimal): -10814118 or 5963098. OLE color: 5963098.
HSL color Cylindrical-coordinate representation of color #5AFD5A: hue angle of 120º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFD5A is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 253 | 90 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.01 |
| HSL | 120º | 0.98% | 0.67% | - |
| HSV(B) | 120º | 0.64% | 0.99% | - |
| XYZ | 41.19 | 73.16 | 21.62 | - |
| YUV | 185.68 | 74 | 59.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 253 | 90 | 0.64 | 0 | 0.64 | 0.01 | 120 | 0.98 | 0.67 |
| Hex | 5A | FD | 5A | 40 | 0 | 40 | 1 | 78 | 62 | 43 |
| Octal | 132 | 375 | 132 | 100 | 0 | 100 | 1 | 170 | 142 | 103 |
| Binary | 1011010 | 11111101 | 1011010 | 1000000 | 0 | 1000000 | 1 | 1111000 | 1100010 | 1000011 |
Color Harmonies of #5AFD5A
Complementary color
Monochromatic Colors of #5AFD5A
Black with #5AFD5A
Text Example
Text Example
White with #5AFD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFD5A; }
p { color: rgb(90,253,90); }
H1.HeaderClassName
{
color: #5AFD5A;
}
.AnyTagClassName
{
color: #5AFD5A;
}
</style>
background-color css
<style>
a { background-color: #5AFD5A; }
a { background-color: rgb(90,253,90); }
div.DivClassName
{
background-color: #5AFD5A;
}
.BgClassName
{
background-color: #5AFD5A;
}
</style>
border-color css
<style>
span { border-color: #5AFD5A; }
span { border-color: rgb(90,253,90); }
td.TdClassName
{
border-color: #5AFD5A;
}
.TagClassName
{
border-color: #5AFD5A;
}
</style>