Shades of Screamin' Green #5AFD68
Tints of Screamin' Green #5AFD68
RGB
CMYK
RGB Variations
Color information
#5AFD68 (or 0x5AFD68) is known color: Screamin' Green. HEX triplet: 5A, FD and 68. RGB value is (90,253,104). Sum of RGB (Red+Green+Blue) = 90+253+104=447 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.13% from 447); Green value is 253 (99.22% from 255 or 56.60% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFD68 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AFD68 is #A50297. Grayscale: #BBBBBB. Windows color (decimal): -10814104 or 6880602. OLE color: 6880602.
HSL color Cylindrical-coordinate representation of color #5AFD68: hue angle of 125.15º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFD68 is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 253 | 104 | - |
| CMYK | 0.64 | 0 | 0.59 | 0.01 |
| HSL | 125.15º | 0.98% | 0.67% | - |
| HSV(B) | 125.15º | 0.64% | 0.99% | - |
| XYZ | 41.84 | 73.42 | 25.06 | - |
| YUV | 187.28 | 81 | 58.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 253 | 104 | 0.64 | 0 | 0.59 | 0.01 | 125.15 | 0.98 | 0.67 |
| Hex | 5A | FD | 68 | 40 | 0 | 3B | 1 | 7D | 62 | 43 |
| Octal | 132 | 375 | 150 | 100 | 0 | 73 | 1 | 175 | 142 | 103 |
| Binary | 1011010 | 11111101 | 1101000 | 1000000 | 0 | 111011 | 1 | 1111101 | 1100010 | 1000011 |
Color Harmonies of #5AFD68
Complementary color
Monochromatic Colors of #5AFD68
Black with #5AFD68
Text Example
Text Example
White with #5AFD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFD68; }
p { color: rgb(90,253,104); }
H1.HeaderClassName
{
color: #5AFD68;
}
.AnyTagClassName
{
color: #5AFD68;
}
</style>
background-color css
<style>
a { background-color: #5AFD68; }
a { background-color: rgb(90,253,104); }
div.DivClassName
{
background-color: #5AFD68;
}
.BgClassName
{
background-color: #5AFD68;
}
</style>
border-color css
<style>
span { border-color: #5AFD68; }
span { border-color: rgb(90,253,104); }
td.TdClassName
{
border-color: #5AFD68;
}
.TagClassName
{
border-color: #5AFD68;
}
</style>