Shades of Screamin' Green #5AF871
Tints of Screamin' Green #5AF871
RGB
CMYK
RGB Variations
Color information
#5AF871 (or 0x5AF871) is known color: Screamin' Green. HEX triplet: 5A, F8 and 71. RGB value is (90,248,113). Sum of RGB (Red+Green+Blue) = 90+248+113=451 (59% of max value = 765). Red value is 90 (35.55% from 255 or 19.96% from 451); Green value is 248 (97.27% from 255 or 54.99% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF871 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AF871 is #A5078E. Grayscale: #B9B9B9. Windows color (decimal): -10815375 or 7469146. OLE color: 7469146.
HSL color Cylindrical-coordinate representation of color #5AF871: hue angle of 128.73º 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 #5AF871 is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 248 | 113 | - |
| CMYK | 0.64 | 0 | 0.54 | 0.03 |
| HSL | 128.73º | 0.92% | 0.66% | - |
| HSV(B) | 128.73º | 0.64% | 0.97% | - |
| XYZ | 40.76 | 70.5 | 27.08 | - |
| YUV | 185.37 | 87.15 | 59.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 248 | 113 | 0.64 | 0 | 0.54 | 0.03 | 128.73 | 0.92 | 0.66 |
| Hex | 5A | F8 | 71 | 40 | 0 | 36 | 3 | 81 | 5C | 42 |
| Octal | 132 | 370 | 161 | 100 | 0 | 66 | 3 | 201 | 134 | 102 |
| Binary | 1011010 | 11111000 | 1110001 | 1000000 | 0 | 110110 | 11 | 10000001 | 1011100 | 1000010 |
Color Harmonies of #5AF871
Complementary color
Monochromatic Colors of #5AF871
Black with #5AF871
Text Example
Text Example
White with #5AF871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF871; }
p { color: rgb(90,248,113); }
H1.HeaderClassName
{
color: #5AF871;
}
.AnyTagClassName
{
color: #5AF871;
}
</style>
background-color css
<style>
a { background-color: #5AF871; }
a { background-color: rgb(90,248,113); }
div.DivClassName
{
background-color: #5AF871;
}
.BgClassName
{
background-color: #5AF871;
}
</style>
border-color css
<style>
span { border-color: #5AF871; }
span { border-color: rgb(90,248,113); }
td.TdClassName
{
border-color: #5AF871;
}
.TagClassName
{
border-color: #5AF871;
}
</style>