Shades of Green Yellow #ABED3E
Tints of Green Yellow #ABED3E
RGB
CMYK
RGB Variations
Color information
#ABED3E (or 0xABED3E) is known color: Green Yellow. HEX triplet: AB, ED and 3E. RGB value is (171,237,62). Sum of RGB (Red+Green+Blue) = 171+237+62=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 237 (92.97% from 255 or 50.43% from 470); Blue value is 62 (24.61% from 255 or 13.19% from 470); Max value from RGB is 237 - color contains mainly: green. Hex color #ABED3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABED3E is #5412C1. Grayscale: #C5C5C5. Windows color (decimal): -5509826 or 4124075. OLE color: 4124075.
HSL color Cylindrical-coordinate representation of color #ABED3E: hue angle of 82.63º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ABED3E is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 237 | 62 | - |
| CMYK | 0.28 | 0 | 0.74 | 0.07 |
| HSL | 82.63º | 0.83% | 0.59% | - |
| HSV(B) | 82.63º | 0.74% | 0.93% | - |
| XYZ | 47.95 | 69.57 | 15.46 | - |
| YUV | 197.32 | 51.63 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 237 | 62 | 0.28 | 0 | 0.74 | 0.07 | 82.63 | 0.83 | 0.59 |
| Hex | AB | ED | 3E | 1C | 0 | 4A | 7 | 53 | 53 | 3B |
| Octal | 253 | 355 | 76 | 34 | 0 | 112 | 7 | 123 | 123 | 73 |
| Binary | 10101011 | 11101101 | 111110 | 11100 | 0 | 1001010 | 111 | 1010011 | 1010011 | 111011 |
Color Harmonies of #ABED3E
Complementary color
Monochromatic Colors of #ABED3E
Black with #ABED3E
Text Example
Text Example
White with #ABED3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABED3E; }
p { color: rgb(171,237,62); }
H1.HeaderClassName
{
color: #ABED3E;
}
.AnyTagClassName
{
color: #ABED3E;
}
</style>
background-color css
<style>
a { background-color: #ABED3E; }
a { background-color: rgb(171,237,62); }
div.DivClassName
{
background-color: #ABED3E;
}
.BgClassName
{
background-color: #ABED3E;
}
</style>
border-color css
<style>
span { border-color: #ABED3E; }
span { border-color: rgb(171,237,62); }
td.TdClassName
{
border-color: #ABED3E;
}
.TagClassName
{
border-color: #ABED3E;
}
</style>