Shades of Screamin' Green #5AFD4A
Tints of Screamin' Green #5AFD4A
RGB
CMYK
RGB Variations
Color information
#5AFD4A (or 0x5AFD4A) is known color: Screamin' Green. HEX triplet: 5A, FD and 4A. RGB value is (90,253,74). Sum of RGB (Red+Green+Blue) = 90+253+74=417 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.58% from 417); Green value is 253 (99.22% from 255 or 60.67% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFD4A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AFD4A is #A502B5. Grayscale: #B8B8B8. Windows color (decimal): -10814134 or 4914522. OLE color: 4914522.
HSL color Cylindrical-coordinate representation of color #5AFD4A: hue angle of 114.64º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5AFD4A is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 253 | 74 | - |
| CMYK | 0.64 | 0 | 0.71 | 0.01 |
| HSL | 114.64º | 0.98% | 0.64% | - |
| HSV(B) | 114.64º | 0.71% | 0.99% | - |
| XYZ | 40.58 | 72.92 | 18.41 | - |
| YUV | 183.86 | 66 | 61.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 253 | 74 | 0.64 | 0 | 0.71 | 0.01 | 114.64 | 0.98 | 0.64 |
| Hex | 5A | FD | 4A | 40 | 0 | 47 | 1 | 73 | 62 | 40 |
| Octal | 132 | 375 | 112 | 100 | 0 | 107 | 1 | 163 | 142 | 100 |
| Binary | 1011010 | 11111101 | 1001010 | 1000000 | 0 | 1000111 | 1 | 1110011 | 1100010 | 1000000 |
Color Harmonies of #5AFD4A
Complementary color
Monochromatic Colors of #5AFD4A
Black with #5AFD4A
Text Example
Text Example
White with #5AFD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFD4A; }
p { color: rgb(90,253,74); }
H1.HeaderClassName
{
color: #5AFD4A;
}
.AnyTagClassName
{
color: #5AFD4A;
}
</style>
background-color css
<style>
a { background-color: #5AFD4A; }
a { background-color: rgb(90,253,74); }
div.DivClassName
{
background-color: #5AFD4A;
}
.BgClassName
{
background-color: #5AFD4A;
}
</style>
border-color css
<style>
span { border-color: #5AFD4A; }
span { border-color: rgb(90,253,74); }
td.TdClassName
{
border-color: #5AFD4A;
}
.TagClassName
{
border-color: #5AFD4A;
}
</style>