Shades of Bright Green #5AFD2B
Tints of Bright Green #5AFD2B
RGB
CMYK
RGB Variations
Color information
#5AFD2B (or 0x5AFD2B) is known color: Bright Green. HEX triplet: 5A, FD and 2B. RGB value is (90,253,43). Sum of RGB (Red+Green+Blue) = 90+253+43=386 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.32% from 386); Green value is 253 (99.22% from 255 or 65.54% from 386); Blue value is 43 (17.19% from 255 or 11.14% from 386); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFD2B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AFD2B is #A502D4. Grayscale: #B4B4B4. Windows color (decimal): -10814165 or 2882906. OLE color: 2882906.
HSL color Cylindrical-coordinate representation of color #5AFD2B: hue angle of 106.57º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5AFD2B is Cyan = 0.64, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 253 | 43 | - |
| CMYK | 0.64 | 0 | 0.83 | 0.01 |
| HSL | 106.57º | 0.98% | 0.58% | - |
| HSV(B) | 106.57º | 0.83% | 0.99% | - |
| XYZ | 39.78 | 72.6 | 14.2 | - |
| YUV | 180.32 | 50.5 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 253 | 43 | 0.64 | 0 | 0.83 | 0.01 | 106.57 | 0.98 | 0.58 |
| Hex | 5A | FD | 2B | 40 | 0 | 53 | 1 | 6B | 62 | 3A |
| Octal | 132 | 375 | 53 | 100 | 0 | 123 | 1 | 153 | 142 | 72 |
| Binary | 1011010 | 11111101 | 101011 | 1000000 | 0 | 1010011 | 1 | 1101011 | 1100010 | 111010 |
Color Harmonies of #5AFD2B
Complementary color
Monochromatic Colors of #5AFD2B
Black with #5AFD2B
Text Example
Text Example
White with #5AFD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFD2B; }
p { color: rgb(90,253,43); }
H1.HeaderClassName
{
color: #5AFD2B;
}
.AnyTagClassName
{
color: #5AFD2B;
}
</style>
background-color css
<style>
a { background-color: #5AFD2B; }
a { background-color: rgb(90,253,43); }
div.DivClassName
{
background-color: #5AFD2B;
}
.BgClassName
{
background-color: #5AFD2B;
}
</style>
border-color css
<style>
span { border-color: #5AFD2B; }
span { border-color: rgb(90,253,43); }
td.TdClassName
{
border-color: #5AFD2B;
}
.TagClassName
{
border-color: #5AFD2B;
}
</style>