Shades of Green Yellow #ABFD2D
Tints of Green Yellow #ABFD2D
RGB
CMYK
RGB Variations
Color information
#ABFD2D (or 0xABFD2D) is known color: Green Yellow. HEX triplet: AB, FD and 2D. RGB value is (171,253,45). Sum of RGB (Red+Green+Blue) = 171+253+45=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 253 (99.22% from 255 or 53.94% from 469); Blue value is 45 (17.97% from 255 or 9.59% from 469); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFD2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABFD2D is #5402D2. Grayscale: #CDCDCD. Windows color (decimal): -5505747 or 3014059. OLE color: 3014059.
HSL color Cylindrical-coordinate representation of color #ABFD2D: hue angle of 83.65º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ABFD2D is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 45 | - |
| CMYK | 0.32 | 0 | 0.82 | 0.01 |
| HSL | 83.65º | 0.98% | 0.58% | - |
| HSV(B) | 83.65º | 0.82% | 0.99% | - |
| XYZ | 52.39 | 79.1 | 14.99 | - |
| YUV | 204.77 | 37.83 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 45 | 0.32 | 0 | 0.82 | 0.01 | 83.65 | 0.98 | 0.58 |
| Hex | AB | FD | 2D | 20 | 0 | 52 | 1 | 54 | 62 | 3A |
| Octal | 253 | 375 | 55 | 40 | 0 | 122 | 1 | 124 | 142 | 72 |
| Binary | 10101011 | 11111101 | 101101 | 100000 | 0 | 1010010 | 1 | 1010100 | 1100010 | 111010 |
Color Harmonies of #ABFD2D
Complementary color
Monochromatic Colors of #ABFD2D
Black with #ABFD2D
Text Example
Text Example
White with #ABFD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFD2D; }
p { color: rgb(171,253,45); }
H1.HeaderClassName
{
color: #ABFD2D;
}
.AnyTagClassName
{
color: #ABFD2D;
}
</style>
background-color css
<style>
a { background-color: #ABFD2D; }
a { background-color: rgb(171,253,45); }
div.DivClassName
{
background-color: #ABFD2D;
}
.BgClassName
{
background-color: #ABFD2D;
}
</style>
border-color css
<style>
span { border-color: #ABFD2D; }
span { border-color: rgb(171,253,45); }
td.TdClassName
{
border-color: #ABFD2D;
}
.TagClassName
{
border-color: #ABFD2D;
}
</style>