Shades of Screamin' Green #5AF06C
Tints of Screamin' Green #5AF06C
RGB
CMYK
RGB Variations
Color information
#5AF06C (or 0x5AF06C) is known color: Screamin' Green. HEX triplet: 5A, F0 and 6C. RGB value is (90,240,108). Sum of RGB (Red+Green+Blue) = 90+240+108=438 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.55% from 438); Green value is 240 (94.14% from 255 or 54.79% from 438); Blue value is 108 (42.58% from 255 or 24.66% from 438); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF06C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AF06C is #A50F93. Grayscale: #B4B4B4. Windows color (decimal): -10817428 or 7139418. OLE color: 7139418.
HSL color Cylindrical-coordinate representation of color #5AF06C: hue angle of 127.2º 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 #5AF06C is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 240 | 108 | - |
| CMYK | 0.62 | 0 | 0.55 | 0.06 |
| HSL | 127.2º | 0.83% | 0.65% | - |
| HSV(B) | 127.2º | 0.63% | 0.94% | - |
| XYZ | 38.08 | 65.58 | 24.84 | - |
| YUV | 180.1 | 87.31 | 63.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 240 | 108 | 0.62 | 0 | 0.55 | 0.06 | 127.2 | 0.83 | 0.65 |
| Hex | 5A | F0 | 6C | 3E | 0 | 37 | 6 | 7F | 53 | 41 |
| Octal | 132 | 360 | 154 | 76 | 0 | 67 | 6 | 177 | 123 | 101 |
| Binary | 1011010 | 11110000 | 1101100 | 111110 | 0 | 110111 | 110 | 1111111 | 1010011 | 1000001 |
Color Harmonies of #5AF06C
Complementary color
Monochromatic Colors of #5AF06C
Black with #5AF06C
Text Example
Text Example
White with #5AF06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF06C; }
p { color: rgb(90,240,108); }
H1.HeaderClassName
{
color: #5AF06C;
}
.AnyTagClassName
{
color: #5AF06C;
}
</style>
background-color css
<style>
a { background-color: #5AF06C; }
a { background-color: rgb(90,240,108); }
div.DivClassName
{
background-color: #5AF06C;
}
.BgClassName
{
background-color: #5AF06C;
}
</style>
border-color css
<style>
span { border-color: #5AF06C; }
span { border-color: rgb(90,240,108); }
td.TdClassName
{
border-color: #5AF06C;
}
.TagClassName
{
border-color: #5AF06C;
}
</style>