Shades of Green Yellow #ABFE38
Tints of Green Yellow #ABFE38
RGB
CMYK
RGB Variations
Color information
#ABFE38 (or 0xABFE38) is known color: Green Yellow. HEX triplet: AB, FE and 38. RGB value is (171,254,56). Sum of RGB (Red+Green+Blue) = 171+254+56=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 254 (99.61% from 255 or 52.81% from 481); Blue value is 56 (22.27% from 255 or 11.64% from 481); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFE38 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABFE38 is #5401C7. Grayscale: #CFCFCF. Windows color (decimal): -5505480 or 3735211. OLE color: 3735211.
HSL color Cylindrical-coordinate representation of color #ABFE38: hue angle of 85.15º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABFE38 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 56 | - |
| CMYK | 0.33 | 0 | 0.78 | 0.00 |
| HSL | 85.15º | 0.99% | 0.61% | - |
| HSV(B) | 85.15º | 0.78% | 1% | - |
| XYZ | 52.95 | 79.83 | 16.36 | - |
| YUV | 206.61 | 43 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 56 | 0.33 | 0 | 0.78 | 0.00 | 85.15 | 0.99 | 0.61 |
| Hex | AB | FE | 38 | 21 | 0 | 4E | 0 | 55 | 63 | 3D |
| Octal | 253 | 376 | 70 | 41 | 0 | 116 | 0 | 125 | 143 | 75 |
| Binary | 10101011 | 11111110 | 111000 | 100001 | 0 | 1001110 | 0 | 1010101 | 1100011 | 111101 |
Color Harmonies of #ABFE38
Complementary color
Monochromatic Colors of #ABFE38
Black with #ABFE38
Text Example
Text Example
White with #ABFE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFE38; }
p { color: rgb(171,254,56); }
H1.HeaderClassName
{
color: #ABFE38;
}
.AnyTagClassName
{
color: #ABFE38;
}
</style>
background-color css
<style>
a { background-color: #ABFE38; }
a { background-color: rgb(171,254,56); }
div.DivClassName
{
background-color: #ABFE38;
}
.BgClassName
{
background-color: #ABFE38;
}
</style>
border-color css
<style>
span { border-color: #ABFE38; }
span { border-color: rgb(171,254,56); }
td.TdClassName
{
border-color: #ABFE38;
}
.TagClassName
{
border-color: #ABFE38;
}
</style>