Shades of Screamin' Green #5AF84F
Tints of Screamin' Green #5AF84F
RGB
CMYK
RGB Variations
Color information
#5AF84F (or 0x5AF84F) is known color: Screamin' Green. HEX triplet: 5A, F8 and 4F. RGB value is (90,248,79). Sum of RGB (Red+Green+Blue) = 90+248+79=417 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.58% from 417); Green value is 248 (97.27% from 255 or 59.47% from 417); Blue value is 79 (31.25% from 255 or 18.94% from 417); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF84F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AF84F is #A507B0. Grayscale: #B6B6B6. Windows color (decimal): -10815409 or 5240922. OLE color: 5240922.
HSL color Cylindrical-coordinate representation of color #5AF84F: hue angle of 116.09º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5AF84F is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 248 | 79 | - |
| CMYK | 0.64 | 0 | 0.68 | 0.03 |
| HSL | 116.09º | 0.92% | 0.64% | - |
| HSV(B) | 116.09º | 0.68% | 0.97% | - |
| XYZ | 39.2 | 69.87 | 18.82 | - |
| YUV | 181.49 | 70.15 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 248 | 79 | 0.64 | 0 | 0.68 | 0.03 | 116.09 | 0.92 | 0.64 |
| Hex | 5A | F8 | 4F | 40 | 0 | 44 | 3 | 74 | 5C | 40 |
| Octal | 132 | 370 | 117 | 100 | 0 | 104 | 3 | 164 | 134 | 100 |
| Binary | 1011010 | 11111000 | 1001111 | 1000000 | 0 | 1000100 | 11 | 1110100 | 1011100 | 1000000 |
Color Harmonies of #5AF84F
Complementary color
Monochromatic Colors of #5AF84F
Black with #5AF84F
Text Example
Text Example
White with #5AF84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF84F; }
p { color: rgb(90,248,79); }
H1.HeaderClassName
{
color: #5AF84F;
}
.AnyTagClassName
{
color: #5AF84F;
}
</style>
background-color css
<style>
a { background-color: #5AF84F; }
a { background-color: rgb(90,248,79); }
div.DivClassName
{
background-color: #5AF84F;
}
.BgClassName
{
background-color: #5AF84F;
}
</style>
border-color css
<style>
span { border-color: #5AF84F; }
span { border-color: rgb(90,248,79); }
td.TdClassName
{
border-color: #5AF84F;
}
.TagClassName
{
border-color: #5AF84F;
}
</style>