Shades of Bright Green #5AFD04
Tints of Bright Green #5AFD04
RGB
CMYK
RGB Variations
Color information
#5AFD04 (or 0x5AFD04) is known color: Bright Green. HEX triplet: 5A, FD and 04. RGB value is (90,253,4). Sum of RGB (Red+Green+Blue) = 90+253+4=347 (45% of max value = 765). Red value is 90 (35.55% from 255 or 25.94% from 347); Green value is 253 (99.22% from 255 or 72.91% from 347); Blue value is 4 (1.95% from 255 or 1.15% from 347); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFD04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AFD04 is #A502FB. Grayscale: #B0B0B0. Windows color (decimal): -10814204 or 327002. OLE color: 327002.
HSL color Cylindrical-coordinate representation of color #5AFD04: hue angle of 99.28º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5AFD04 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 253 | 4 | - |
| CMYK | 0.64 | 0 | 0.98 | 0.01 |
| HSL | 99.28º | 0.98% | 0.5% | - |
| HSV(B) | 99.28º | 0.98% | 0.99% | - |
| XYZ | 39.36 | 72.43 | 12.02 | - |
| YUV | 175.88 | 31 | 66.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 253 | 4 | 0.64 | 0 | 0.98 | 0.01 | 99.28 | 0.98 | 0.5 |
| Hex | 5A | FD | 4 | 40 | 0 | 62 | 1 | 63 | 62 | 32 |
| Octal | 132 | 375 | 4 | 100 | 0 | 142 | 1 | 143 | 142 | 62 |
| Binary | 1011010 | 11111101 | 100 | 1000000 | 0 | 1100010 | 1 | 1100011 | 1100010 | 110010 |
Color Harmonies of #5AFD04
Complementary color
Monochromatic Colors of #5AFD04
Black with #5AFD04
Text Example
Text Example
White with #5AFD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFD04; }
p { color: rgb(90,253,4); }
H1.HeaderClassName
{
color: #5AFD04;
}
.AnyTagClassName
{
color: #5AFD04;
}
</style>
background-color css
<style>
a { background-color: #5AFD04; }
a { background-color: rgb(90,253,4); }
div.DivClassName
{
background-color: #5AFD04;
}
.BgClassName
{
background-color: #5AFD04;
}
</style>
border-color css
<style>
span { border-color: #5AFD04; }
span { border-color: rgb(90,253,4); }
td.TdClassName
{
border-color: #5AFD04;
}
.TagClassName
{
border-color: #5AFD04;
}
</style>