Shades of Green Yellow #A5ED41
Tints of Green Yellow #A5ED41
RGB
CMYK
RGB Variations
Color information
#A5ED41 (or 0xA5ED41) is known color: Green Yellow. HEX triplet: A5, ED and 41. RGB value is (165,237,65). Sum of RGB (Red+Green+Blue) = 165+237+65=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 237 (92.97% from 255 or 50.75% from 467); Blue value is 65 (25.78% from 255 or 13.92% from 467); Max value from RGB is 237 - color contains mainly: green. Hex color #A5ED41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5ED41 is #5A12BE. Grayscale: #C4C4C4. Windows color (decimal): -5903039 or 4320677. OLE color: 4320677.
HSL color Cylindrical-coordinate representation of color #A5ED41: hue angle of 85.12º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5ED41 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 237 | 65 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.07 |
| HSL | 85.12º | 0.83% | 0.59% | - |
| HSV(B) | 85.12º | 0.73% | 0.93% | - |
| XYZ | 46.76 | 68.95 | 15.85 | - |
| YUV | 195.86 | 54.15 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 237 | 65 | 0.30 | 0 | 0.73 | 0.07 | 85.12 | 0.83 | 0.59 |
| Hex | A5 | ED | 41 | 1E | 0 | 49 | 7 | 55 | 53 | 3B |
| Octal | 245 | 355 | 101 | 36 | 0 | 111 | 7 | 125 | 123 | 73 |
| Binary | 10100101 | 11101101 | 1000001 | 11110 | 0 | 1001001 | 111 | 1010101 | 1010011 | 111011 |
Color Harmonies of #A5ED41
Complementary color
Monochromatic Colors of #A5ED41
Black with #A5ED41
Text Example
Text Example
White with #A5ED41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ED41; }
p { color: rgb(165,237,65); }
H1.HeaderClassName
{
color: #A5ED41;
}
.AnyTagClassName
{
color: #A5ED41;
}
</style>
background-color css
<style>
a { background-color: #A5ED41; }
a { background-color: rgb(165,237,65); }
div.DivClassName
{
background-color: #A5ED41;
}
.BgClassName
{
background-color: #A5ED41;
}
</style>
border-color css
<style>
span { border-color: #A5ED41; }
span { border-color: rgb(165,237,65); }
td.TdClassName
{
border-color: #A5ED41;
}
.TagClassName
{
border-color: #A5ED41;
}
</style>