Shades of Screamin' Green #5AF06E
Tints of Screamin' Green #5AF06E
RGB
CMYK
RGB Variations
Color information
#5AF06E (or 0x5AF06E) is known color: Screamin' Green. HEX triplet: 5A, F0 and 6E. RGB value is (90,240,110). Sum of RGB (Red+Green+Blue) = 90+240+110=440 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.45% from 440); Green value is 240 (94.14% from 255 or 54.55% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF06E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AF06E is #A50F91. Grayscale: #B4B4B4. Windows color (decimal): -10817426 or 7270490. OLE color: 7270490.
HSL color Cylindrical-coordinate representation of color #5AF06E: hue angle of 128º 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 #5AF06E is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 240 | 110 | - |
| CMYK | 0.62 | 0 | 0.54 | 0.06 |
| HSL | 128º | 0.83% | 0.65% | - |
| HSV(B) | 128º | 0.63% | 0.94% | - |
| XYZ | 38.19 | 65.62 | 25.4 | - |
| YUV | 180.33 | 88.31 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 240 | 110 | 0.62 | 0 | 0.54 | 0.06 | 128 | 0.83 | 0.65 |
| Hex | 5A | F0 | 6E | 3E | 0 | 36 | 6 | 80 | 53 | 41 |
| Octal | 132 | 360 | 156 | 76 | 0 | 66 | 6 | 200 | 123 | 101 |
| Binary | 1011010 | 11110000 | 1101110 | 111110 | 0 | 110110 | 110 | 10000000 | 1010011 | 1000001 |
Color Harmonies of #5AF06E
Complementary color
Monochromatic Colors of #5AF06E
Black with #5AF06E
Text Example
Text Example
White with #5AF06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF06E; }
p { color: rgb(90,240,110); }
H1.HeaderClassName
{
color: #5AF06E;
}
.AnyTagClassName
{
color: #5AF06E;
}
</style>
background-color css
<style>
a { background-color: #5AF06E; }
a { background-color: rgb(90,240,110); }
div.DivClassName
{
background-color: #5AF06E;
}
.BgClassName
{
background-color: #5AF06E;
}
</style>
border-color css
<style>
span { border-color: #5AF06E; }
span { border-color: rgb(90,240,110); }
td.TdClassName
{
border-color: #5AF06E;
}
.TagClassName
{
border-color: #5AF06E;
}
</style>