Shades of Green Yellow #ABFD30
Tints of Green Yellow #ABFD30
RGB
CMYK
RGB Variations
Color information
#ABFD30 (or 0xABFD30) is known color: Green Yellow. HEX triplet: AB, FD and 30. RGB value is (171,253,48). Sum of RGB (Red+Green+Blue) = 171+253+48=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 253 (99.22% from 255 or 53.60% from 472); Blue value is 48 (19.14% from 255 or 10.17% from 472); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFD30 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABFD30 is #5402CF. Grayscale: #CDCDCD. Windows color (decimal): -5505744 or 3210667. OLE color: 3210667.
HSL color Cylindrical-coordinate representation of color #ABFD30: hue angle of 84º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ABFD30 is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 48 | - |
| CMYK | 0.32 | 0 | 0.81 | 0.01 |
| HSL | 84º | 0.98% | 0.59% | - |
| HSV(B) | 84º | 0.81% | 0.99% | - |
| XYZ | 52.45 | 79.12 | 15.3 | - |
| YUV | 205.11 | 39.33 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 48 | 0.32 | 0 | 0.81 | 0.01 | 84 | 0.98 | 0.59 |
| Hex | AB | FD | 30 | 20 | 0 | 51 | 1 | 54 | 62 | 3B |
| Octal | 253 | 375 | 60 | 40 | 0 | 121 | 1 | 124 | 142 | 73 |
| Binary | 10101011 | 11111101 | 110000 | 100000 | 0 | 1010001 | 1 | 1010100 | 1100010 | 111011 |
Color Harmonies of #ABFD30
Complementary color
Monochromatic Colors of #ABFD30
Black with #ABFD30
Text Example
Text Example
White with #ABFD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFD30; }
p { color: rgb(171,253,48); }
H1.HeaderClassName
{
color: #ABFD30;
}
.AnyTagClassName
{
color: #ABFD30;
}
</style>
background-color css
<style>
a { background-color: #ABFD30; }
a { background-color: rgb(171,253,48); }
div.DivClassName
{
background-color: #ABFD30;
}
.BgClassName
{
background-color: #ABFD30;
}
</style>
border-color css
<style>
span { border-color: #ABFD30; }
span { border-color: rgb(171,253,48); }
td.TdClassName
{
border-color: #ABFD30;
}
.TagClassName
{
border-color: #ABFD30;
}
</style>