Shades of Screamin' Green #5AF838
Tints of Screamin' Green #5AF838
RGB
CMYK
RGB Variations
Color information
#5AF838 (or 0x5AF838) is known color: Screamin' Green. HEX triplet: 5A, F8 and 38. RGB value is (90,248,56). Sum of RGB (Red+Green+Blue) = 90+248+56=394 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.84% from 394); Green value is 248 (97.27% from 255 or 62.94% from 394); Blue value is 56 (22.27% from 255 or 14.21% from 394); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF838 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF838 is #A507C7. Grayscale: #B3B3B3. Windows color (decimal): -10815432 or 3733594. OLE color: 3733594.
HSL color Cylindrical-coordinate representation of color #5AF838: hue angle of 109.38º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5AF838 is Cyan = 0.64, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 248 | 56 | - |
| CMYK | 0.64 | 0 | 0.77 | 0.03 |
| HSL | 109.38º | 0.93% | 0.6% | - |
| HSV(B) | 109.38º | 0.77% | 0.97% | - |
| XYZ | 38.5 | 69.59 | 15.15 | - |
| YUV | 178.87 | 58.65 | 64.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 248 | 56 | 0.64 | 0 | 0.77 | 0.03 | 109.38 | 0.93 | 0.6 |
| Hex | 5A | F8 | 38 | 40 | 0 | 4D | 3 | 6D | 5D | 3C |
| Octal | 132 | 370 | 70 | 100 | 0 | 115 | 3 | 155 | 135 | 74 |
| Binary | 1011010 | 11111000 | 111000 | 1000000 | 0 | 1001101 | 11 | 1101101 | 1011101 | 111100 |
Color Harmonies of #5AF838
Complementary color
Monochromatic Colors of #5AF838
Black with #5AF838
Text Example
Text Example
White with #5AF838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF838; }
p { color: rgb(90,248,56); }
H1.HeaderClassName
{
color: #5AF838;
}
.AnyTagClassName
{
color: #5AF838;
}
</style>
background-color css
<style>
a { background-color: #5AF838; }
a { background-color: rgb(90,248,56); }
div.DivClassName
{
background-color: #5AF838;
}
.BgClassName
{
background-color: #5AF838;
}
</style>
border-color css
<style>
span { border-color: #5AF838; }
span { border-color: rgb(90,248,56); }
td.TdClassName
{
border-color: #5AF838;
}
.TagClassName
{
border-color: #5AF838;
}
</style>