Shades of Screamin' Green #5AF03D
Tints of Screamin' Green #5AF03D
RGB
CMYK
RGB Variations
Color information
#5AF03D (or 0x5AF03D) is known color: Screamin' Green. HEX triplet: 5A, F0 and 3D. RGB value is (90,240,61). Sum of RGB (Red+Green+Blue) = 90+240+61=391 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.02% from 391); Green value is 240 (94.14% from 255 or 61.38% from 391); Blue value is 61 (24.22% from 255 or 15.60% from 391); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF03D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF03D is #A50FC2. Grayscale: #AFAFAF. Windows color (decimal): -10817475 or 4059226. OLE color: 4059226.
HSL color Cylindrical-coordinate representation of color #5AF03D: hue angle of 110.28º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5AF03D is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 240 | 61 | - |
| CMYK | 0.62 | 0 | 0.75 | 0.06 |
| HSL | 110.28º | 0.86% | 0.59% | - |
| HSV(B) | 110.28º | 0.75% | 0.94% | - |
| XYZ | 36.22 | 64.83 | 15.02 | - |
| YUV | 174.74 | 63.81 | 67.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 240 | 61 | 0.62 | 0 | 0.75 | 0.06 | 110.28 | 0.86 | 0.59 |
| Hex | 5A | F0 | 3D | 3E | 0 | 4B | 6 | 6E | 56 | 3B |
| Octal | 132 | 360 | 75 | 76 | 0 | 113 | 6 | 156 | 126 | 73 |
| Binary | 1011010 | 11110000 | 111101 | 111110 | 0 | 1001011 | 110 | 1101110 | 1010110 | 111011 |
Color Harmonies of #5AF03D
Complementary color
Monochromatic Colors of #5AF03D
Black with #5AF03D
Text Example
Text Example
White with #5AF03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF03D; }
p { color: rgb(90,240,61); }
H1.HeaderClassName
{
color: #5AF03D;
}
.AnyTagClassName
{
color: #5AF03D;
}
</style>
background-color css
<style>
a { background-color: #5AF03D; }
a { background-color: rgb(90,240,61); }
div.DivClassName
{
background-color: #5AF03D;
}
.BgClassName
{
background-color: #5AF03D;
}
</style>
border-color css
<style>
span { border-color: #5AF03D; }
span { border-color: rgb(90,240,61); }
td.TdClassName
{
border-color: #5AF03D;
}
.TagClassName
{
border-color: #5AF03D;
}
</style>