Shades of Screamin' Green #5AF95C
Tints of Screamin' Green #5AF95C
RGB
CMYK
RGB Variations
Color information
#5AF95C (or 0x5AF95C) is known color: Screamin' Green. HEX triplet: 5A, F9 and 5C. RGB value is (90,249,92). Sum of RGB (Red+Green+Blue) = 90+249+92=431 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.88% from 431); Green value is 249 (97.66% from 255 or 57.77% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 249 - color contains mainly: green. Hex color #5AF95C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AF95C is #A506A3. Grayscale: #B8B8B8. Windows color (decimal): -10815140 or 6093146. OLE color: 6093146.
HSL color Cylindrical-coordinate representation of color #5AF95C: hue angle of 120.75º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AF95C is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 249 | 92 | - |
| CMYK | 0.64 | 0 | 0.63 | 0.02 |
| HSL | 120.75º | 0.93% | 0.66% | - |
| HSV(B) | 120.75º | 0.64% | 0.98% | - |
| XYZ | 40.02 | 70.7 | 21.66 | - |
| YUV | 183.56 | 76.32 | 61.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 249 | 92 | 0.64 | 0 | 0.63 | 0.02 | 120.75 | 0.93 | 0.66 |
| Hex | 5A | F9 | 5C | 40 | 0 | 3F | 2 | 79 | 5D | 42 |
| Octal | 132 | 371 | 134 | 100 | 0 | 77 | 2 | 171 | 135 | 102 |
| Binary | 1011010 | 11111001 | 1011100 | 1000000 | 0 | 111111 | 10 | 1111001 | 1011101 | 1000010 |
Color Harmonies of #5AF95C
Complementary color
Monochromatic Colors of #5AF95C
Black with #5AF95C
Text Example
Text Example
White with #5AF95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF95C; }
p { color: rgb(90,249,92); }
H1.HeaderClassName
{
color: #5AF95C;
}
.AnyTagClassName
{
color: #5AF95C;
}
</style>
background-color css
<style>
a { background-color: #5AF95C; }
a { background-color: rgb(90,249,92); }
div.DivClassName
{
background-color: #5AF95C;
}
.BgClassName
{
background-color: #5AF95C;
}
</style>
border-color css
<style>
span { border-color: #5AF95C; }
span { border-color: rgb(90,249,92); }
td.TdClassName
{
border-color: #5AF95C;
}
.TagClassName
{
border-color: #5AF95C;
}
</style>