Shades of Bright Green #5AFD28
Tints of Bright Green #5AFD28
RGB
CMYK
RGB Variations
Color information
#5AFD28 (or 0x5AFD28) is known color: Bright Green. HEX triplet: 5A, FD and 28. RGB value is (90,253,40). Sum of RGB (Red+Green+Blue) = 90+253+40=383 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.50% from 383); Green value is 253 (99.22% from 255 or 66.06% from 383); Blue value is 40 (16.02% from 255 or 10.44% from 383); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFD28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AFD28 is #A502D7. Grayscale: #B4B4B4. Windows color (decimal): -10814168 or 2686298. OLE color: 2686298.
HSL color Cylindrical-coordinate representation of color #5AFD28: hue angle of 105.92º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5AFD28 is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 253 | 40 | - |
| CMYK | 0.64 | 0 | 0.84 | 0.01 |
| HSL | 105.92º | 0.98% | 0.57% | - |
| HSV(B) | 105.92º | 0.84% | 0.99% | - |
| XYZ | 39.72 | 72.58 | 13.92 | - |
| YUV | 179.98 | 49 | 63.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 253 | 40 | 0.64 | 0 | 0.84 | 0.01 | 105.92 | 0.98 | 0.57 |
| Hex | 5A | FD | 28 | 40 | 0 | 54 | 1 | 6A | 62 | 39 |
| Octal | 132 | 375 | 50 | 100 | 0 | 124 | 1 | 152 | 142 | 71 |
| Binary | 1011010 | 11111101 | 101000 | 1000000 | 0 | 1010100 | 1 | 1101010 | 1100010 | 111001 |
Color Harmonies of #5AFD28
Complementary color
Monochromatic Colors of #5AFD28
Black with #5AFD28
Text Example
Text Example
White with #5AFD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFD28; }
p { color: rgb(90,253,40); }
H1.HeaderClassName
{
color: #5AFD28;
}
.AnyTagClassName
{
color: #5AFD28;
}
</style>
background-color css
<style>
a { background-color: #5AFD28; }
a { background-color: rgb(90,253,40); }
div.DivClassName
{
background-color: #5AFD28;
}
.BgClassName
{
background-color: #5AFD28;
}
</style>
border-color css
<style>
span { border-color: #5AFD28; }
span { border-color: rgb(90,253,40); }
td.TdClassName
{
border-color: #5AFD28;
}
.TagClassName
{
border-color: #5AFD28;
}
</style>