Shades of Bright Green #5AFD29
Tints of Bright Green #5AFD29
RGB
CMYK
RGB Variations
Color information
#5AFD29 (or 0x5AFD29) is known color: Bright Green. HEX triplet: 5A, FD and 29. RGB value is (90,253,41). Sum of RGB (Red+Green+Blue) = 90+253+41=384 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.44% from 384); Green value is 253 (99.22% from 255 or 65.89% from 384); Blue value is 41 (16.41% from 255 or 10.68% from 384); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFD29 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AFD29 is #A502D6. Grayscale: #B4B4B4. Windows color (decimal): -10814167 or 2751834. OLE color: 2751834.
HSL color Cylindrical-coordinate representation of color #5AFD29: hue angle of 106.13º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5AFD29 is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 253 | 41 | - |
| CMYK | 0.64 | 0 | 0.84 | 0.01 |
| HSL | 106.13º | 0.98% | 0.58% | - |
| HSV(B) | 106.13º | 0.84% | 0.99% | - |
| XYZ | 39.74 | 72.58 | 14.01 | - |
| YUV | 180.1 | 49.5 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 253 | 41 | 0.64 | 0 | 0.84 | 0.01 | 106.13 | 0.98 | 0.58 |
| Hex | 5A | FD | 29 | 40 | 0 | 54 | 1 | 6A | 62 | 3A |
| Octal | 132 | 375 | 51 | 100 | 0 | 124 | 1 | 152 | 142 | 72 |
| Binary | 1011010 | 11111101 | 101001 | 1000000 | 0 | 1010100 | 1 | 1101010 | 1100010 | 111010 |
Color Harmonies of #5AFD29
Complementary color
Monochromatic Colors of #5AFD29
Black with #5AFD29
Text Example
Text Example
White with #5AFD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFD29; }
p { color: rgb(90,253,41); }
H1.HeaderClassName
{
color: #5AFD29;
}
.AnyTagClassName
{
color: #5AFD29;
}
</style>
background-color css
<style>
a { background-color: #5AFD29; }
a { background-color: rgb(90,253,41); }
div.DivClassName
{
background-color: #5AFD29;
}
.BgClassName
{
background-color: #5AFD29;
}
</style>
border-color css
<style>
span { border-color: #5AFD29; }
span { border-color: rgb(90,253,41); }
td.TdClassName
{
border-color: #5AFD29;
}
.TagClassName
{
border-color: #5AFD29;
}
</style>