Shades of Screamin' Green #5AF85B
Tints of Screamin' Green #5AF85B
RGB
CMYK
RGB Variations
Color information
#5AF85B (or 0x5AF85B) is known color: Screamin' Green. HEX triplet: 5A, F8 and 5B. RGB value is (90,248,91). Sum of RGB (Red+Green+Blue) = 90+248+91=429 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.98% from 429); Green value is 248 (97.27% from 255 or 57.81% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF85B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AF85B is #A507A4. Grayscale: #B7B7B7. Windows color (decimal): -10815397 or 6027354. OLE color: 6027354.
HSL color Cylindrical-coordinate representation of color #5AF85B: hue angle of 120.38º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AF85B is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 248 | 91 | - |
| CMYK | 0.64 | 0 | 0.63 | 0.03 |
| HSL | 120.38º | 0.92% | 0.66% | - |
| HSV(B) | 120.38º | 0.64% | 0.97% | - |
| XYZ | 39.67 | 70.06 | 21.33 | - |
| YUV | 182.86 | 76.15 | 61.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 248 | 91 | 0.64 | 0 | 0.63 | 0.03 | 120.38 | 0.92 | 0.66 |
| Hex | 5A | F8 | 5B | 40 | 0 | 3F | 3 | 78 | 5C | 42 |
| Octal | 132 | 370 | 133 | 100 | 0 | 77 | 3 | 170 | 134 | 102 |
| Binary | 1011010 | 11111000 | 1011011 | 1000000 | 0 | 111111 | 11 | 1111000 | 1011100 | 1000010 |
Color Harmonies of #5AF85B
Complementary color
Monochromatic Colors of #5AF85B
Black with #5AF85B
Text Example
Text Example
White with #5AF85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF85B; }
p { color: rgb(90,248,91); }
H1.HeaderClassName
{
color: #5AF85B;
}
.AnyTagClassName
{
color: #5AF85B;
}
</style>
background-color css
<style>
a { background-color: #5AF85B; }
a { background-color: rgb(90,248,91); }
div.DivClassName
{
background-color: #5AF85B;
}
.BgClassName
{
background-color: #5AF85B;
}
</style>
border-color css
<style>
span { border-color: #5AF85B; }
span { border-color: rgb(90,248,91); }
td.TdClassName
{
border-color: #5AF85B;
}
.TagClassName
{
border-color: #5AF85B;
}
</style>