Shades of Screamin' Green #5AF869
Tints of Screamin' Green #5AF869
RGB
CMYK
RGB Variations
Color information
#5AF869 (or 0x5AF869) is known color: Screamin' Green. HEX triplet: 5A, F8 and 69. RGB value is (90,248,105). Sum of RGB (Red+Green+Blue) = 90+248+105=443 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.32% from 443); Green value is 248 (97.27% from 255 or 55.98% from 443); Blue value is 105 (41.41% from 255 or 23.70% from 443); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF869 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AF869 is #A50796. Grayscale: #B8B8B8. Windows color (decimal): -10815383 or 6944858. OLE color: 6944858.
HSL color Cylindrical-coordinate representation of color #5AF869: hue angle of 125.7º 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 #5AF869 is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 248 | 105 | - |
| CMYK | 0.64 | 0 | 0.58 | 0.03 |
| HSL | 125.7º | 0.92% | 0.66% | - |
| HSV(B) | 125.7º | 0.64% | 0.97% | - |
| XYZ | 40.33 | 70.33 | 24.81 | - |
| YUV | 184.46 | 83.15 | 60.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 248 | 105 | 0.64 | 0 | 0.58 | 0.03 | 125.7 | 0.92 | 0.66 |
| Hex | 5A | F8 | 69 | 40 | 0 | 3A | 3 | 7E | 5C | 42 |
| Octal | 132 | 370 | 151 | 100 | 0 | 72 | 3 | 176 | 134 | 102 |
| Binary | 1011010 | 11111000 | 1101001 | 1000000 | 0 | 111010 | 11 | 1111110 | 1011100 | 1000010 |
Color Harmonies of #5AF869
Complementary color
Monochromatic Colors of #5AF869
Black with #5AF869
Text Example
Text Example
White with #5AF869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF869; }
p { color: rgb(90,248,105); }
H1.HeaderClassName
{
color: #5AF869;
}
.AnyTagClassName
{
color: #5AF869;
}
</style>
background-color css
<style>
a { background-color: #5AF869; }
a { background-color: rgb(90,248,105); }
div.DivClassName
{
background-color: #5AF869;
}
.BgClassName
{
background-color: #5AF869;
}
</style>
border-color css
<style>
span { border-color: #5AF869; }
span { border-color: rgb(90,248,105); }
td.TdClassName
{
border-color: #5AF869;
}
.TagClassName
{
border-color: #5AF869;
}
</style>