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