Shades of Screamin' Green #5AFD5C
Tints of Screamin' Green #5AFD5C
RGB
CMYK
RGB Variations
Color information
#5AFD5C (or 0x5AFD5C) is known color: Screamin' Green. HEX triplet: 5A, FD and 5C. RGB value is (90,253,92). Sum of RGB (Red+Green+Blue) = 90+253+92=435 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.69% from 435); Green value is 253 (99.22% from 255 or 58.16% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFD5C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AFD5C is #A502A3. Grayscale: #BABABA. Windows color (decimal): -10814116 or 6094170. OLE color: 6094170.
HSL color Cylindrical-coordinate representation of color #5AFD5C: hue angle of 120.74º 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 #5AFD5C is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 253 | 92 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.01 |
| HSL | 120.74º | 0.98% | 0.67% | - |
| HSV(B) | 120.74º | 0.64% | 0.99% | - |
| XYZ | 41.27 | 73.2 | 22.08 | - |
| YUV | 185.91 | 75 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 253 | 92 | 0.64 | 0 | 0.64 | 0.01 | 120.74 | 0.98 | 0.67 |
| Hex | 5A | FD | 5C | 40 | 0 | 40 | 1 | 79 | 62 | 43 |
| Octal | 132 | 375 | 134 | 100 | 0 | 100 | 1 | 171 | 142 | 103 |
| Binary | 1011010 | 11111101 | 1011100 | 1000000 | 0 | 1000000 | 1 | 1111001 | 1100010 | 1000011 |
Color Harmonies of #5AFD5C
Complementary color
Monochromatic Colors of #5AFD5C
Black with #5AFD5C
Text Example
Text Example
White with #5AFD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFD5C; }
p { color: rgb(90,253,92); }
H1.HeaderClassName
{
color: #5AFD5C;
}
.AnyTagClassName
{
color: #5AFD5C;
}
</style>
background-color css
<style>
a { background-color: #5AFD5C; }
a { background-color: rgb(90,253,92); }
div.DivClassName
{
background-color: #5AFD5C;
}
.BgClassName
{
background-color: #5AFD5C;
}
</style>
border-color css
<style>
span { border-color: #5AFD5C; }
span { border-color: rgb(90,253,92); }
td.TdClassName
{
border-color: #5AFD5C;
}
.TagClassName
{
border-color: #5AFD5C;
}
</style>