Shades of Green Yellow #A5FD28
Tints of Green Yellow #A5FD28
RGB
CMYK
RGB Variations
Color information
#A5FD28 (or 0xA5FD28) is known color: Green Yellow. HEX triplet: A5, FD and 28. RGB value is (165,253,40). Sum of RGB (Red+Green+Blue) = 165+253+40=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 253 (99.22% from 255 or 55.24% from 458); Blue value is 40 (16.02% from 255 or 8.73% from 458); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FD28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5FD28 is #5A02D7. Grayscale: #CBCBCB. Windows color (decimal): -5898968 or 2686373. OLE color: 2686373.
HSL color Cylindrical-coordinate representation of color #A5FD28: hue angle of 84.79º 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 #A5FD28 is Cyan = 0.35, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 253 | 40 | - |
| CMYK | 0.35 | 0 | 0.84 | 0.01 |
| HSL | 84.79º | 0.98% | 0.57% | - |
| HSV(B) | 84.79º | 0.84% | 0.99% | - |
| XYZ | 51.03 | 78.4 | 14.45 | - |
| YUV | 202.41 | 36.35 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 253 | 40 | 0.35 | 0 | 0.84 | 0.01 | 84.79 | 0.98 | 0.57 |
| Hex | A5 | FD | 28 | 23 | 0 | 54 | 1 | 55 | 62 | 39 |
| Octal | 245 | 375 | 50 | 43 | 0 | 124 | 1 | 125 | 142 | 71 |
| Binary | 10100101 | 11111101 | 101000 | 100011 | 0 | 1010100 | 1 | 1010101 | 1100010 | 111001 |
Color Harmonies of #A5FD28
Complementary color
Monochromatic Colors of #A5FD28
Black with #A5FD28
Text Example
Text Example
White with #A5FD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FD28; }
p { color: rgb(165,253,40); }
H1.HeaderClassName
{
color: #A5FD28;
}
.AnyTagClassName
{
color: #A5FD28;
}
</style>
background-color css
<style>
a { background-color: #A5FD28; }
a { background-color: rgb(165,253,40); }
div.DivClassName
{
background-color: #A5FD28;
}
.BgClassName
{
background-color: #A5FD28;
}
</style>
border-color css
<style>
span { border-color: #A5FD28; }
span { border-color: rgb(165,253,40); }
td.TdClassName
{
border-color: #A5FD28;
}
.TagClassName
{
border-color: #A5FD28;
}
</style>