Shades of Bright Green #5AFD1A
Tints of Bright Green #5AFD1A
RGB
CMYK
RGB Variations
Color information
#5AFD1A (or 0x5AFD1A) is known color: Bright Green. HEX triplet: 5A, FD and 1A. RGB value is (90,253,26). Sum of RGB (Red+Green+Blue) = 90+253+26=369 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.39% from 369); Green value is 253 (99.22% from 255 or 68.56% from 369); Blue value is 26 (10.55% from 255 or 7.05% from 369); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFD1A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AFD1A is #A502E5. Grayscale: #B3B3B3. Windows color (decimal): -10814182 or 1768794. OLE color: 1768794.
HSL color Cylindrical-coordinate representation of color #5AFD1A: hue angle of 103.08º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5AFD1A is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 253 | 26 | - |
| CMYK | 0.64 | 0 | 0.90 | 0.01 |
| HSL | 103.08º | 0.98% | 0.55% | - |
| HSV(B) | 103.08º | 0.9% | 0.99% | - |
| XYZ | 39.53 | 72.5 | 12.89 | - |
| YUV | 178.39 | 42 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 253 | 26 | 0.64 | 0 | 0.90 | 0.01 | 103.08 | 0.98 | 0.55 |
| Hex | 5A | FD | 1A | 40 | 0 | 5A | 1 | 67 | 62 | 37 |
| Octal | 132 | 375 | 32 | 100 | 0 | 132 | 1 | 147 | 142 | 67 |
| Binary | 1011010 | 11111101 | 11010 | 1000000 | 0 | 1011010 | 1 | 1100111 | 1100010 | 110111 |
Color Harmonies of #5AFD1A
Complementary color
Monochromatic Colors of #5AFD1A
Black with #5AFD1A
Text Example
Text Example
White with #5AFD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFD1A; }
p { color: rgb(90,253,26); }
H1.HeaderClassName
{
color: #5AFD1A;
}
.AnyTagClassName
{
color: #5AFD1A;
}
</style>
background-color css
<style>
a { background-color: #5AFD1A; }
a { background-color: rgb(90,253,26); }
div.DivClassName
{
background-color: #5AFD1A;
}
.BgClassName
{
background-color: #5AFD1A;
}
</style>
border-color css
<style>
span { border-color: #5AFD1A; }
span { border-color: rgb(90,253,26); }
td.TdClassName
{
border-color: #5AFD1A;
}
.TagClassName
{
border-color: #5AFD1A;
}
</style>