Shades of Screamin' Green #5AF05F
Tints of Screamin' Green #5AF05F
RGB
CMYK
RGB Variations
Color information
#5AF05F (or 0x5AF05F) is known color: Screamin' Green. HEX triplet: 5A, F0 and 5F. RGB value is (90,240,95). Sum of RGB (Red+Green+Blue) = 90+240+95=425 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.18% from 425); Green value is 240 (94.14% from 255 or 56.47% from 425); Blue value is 95 (37.5% from 255 or 22.35% from 425); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF05F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AF05F is #A50FA0. Grayscale: #B3B3B3. Windows color (decimal): -10817441 or 6287450. OLE color: 6287450.
HSL color Cylindrical-coordinate representation of color #5AF05F: hue angle of 122º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AF05F is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 240 | 95 | - |
| CMYK | 0.62 | 0 | 0.60 | 0.06 |
| HSL | 122º | 0.83% | 0.65% | - |
| HSV(B) | 122º | 0.63% | 0.94% | - |
| XYZ | 37.44 | 65.32 | 21.46 | - |
| YUV | 178.62 | 80.81 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 240 | 95 | 0.62 | 0 | 0.60 | 0.06 | 122 | 0.83 | 0.65 |
| Hex | 5A | F0 | 5F | 3E | 0 | 3C | 6 | 7A | 53 | 41 |
| Octal | 132 | 360 | 137 | 76 | 0 | 74 | 6 | 172 | 123 | 101 |
| Binary | 1011010 | 11110000 | 1011111 | 111110 | 0 | 111100 | 110 | 1111010 | 1010011 | 1000001 |
Color Harmonies of #5AF05F
Complementary color
Monochromatic Colors of #5AF05F
Black with #5AF05F
Text Example
Text Example
White with #5AF05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF05F; }
p { color: rgb(90,240,95); }
H1.HeaderClassName
{
color: #5AF05F;
}
.AnyTagClassName
{
color: #5AF05F;
}
</style>
background-color css
<style>
a { background-color: #5AF05F; }
a { background-color: rgb(90,240,95); }
div.DivClassName
{
background-color: #5AF05F;
}
.BgClassName
{
background-color: #5AF05F;
}
</style>
border-color css
<style>
span { border-color: #5AF05F; }
span { border-color: rgb(90,240,95); }
td.TdClassName
{
border-color: #5AF05F;
}
.TagClassName
{
border-color: #5AF05F;
}
</style>