Shades of Green Yellow #ABFF38
Tints of Green Yellow #ABFF38
RGB
CMYK
RGB Variations
Color information
#ABFF38 (or 0xABFF38) is known color: Green Yellow. HEX triplet: AB, FF and 38. RGB value is (171,255,56). Sum of RGB (Red+Green+Blue) = 171+255+56=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 56 (22.27% from 255 or 11.62% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF38 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABFF38 is #5400C7. Grayscale: #CFCFCF. Windows color (decimal): -5505224 or 3735467. OLE color: 3735467.
HSL color Cylindrical-coordinate representation of color #ABFF38: hue angle of 85.33º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABFF38 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 56 | - |
| CMYK | 0.33 | 0 | 0.78 | 0 |
| HSL | 85.33º | 1% | 0.61% | - |
| HSV(B) | 85.33º | 0.78% | 1% | - |
| XYZ | 53.27 | 80.46 | 16.46 | - |
| YUV | 207.2 | 42.67 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 56 | 0.33 | 0 | 0.78 | 0 | 85.33 | 1 | 0.61 |
| Hex | AB | FF | 38 | 21 | 0 | 4E | 0 | 55 | 64 | 3D |
| Octal | 253 | 377 | 70 | 41 | 0 | 116 | 0 | 125 | 144 | 75 |
| Binary | 10101011 | 11111111 | 111000 | 100001 | 0 | 1001110 | 0 | 1010101 | 1100100 | 111101 |
Color Harmonies of #ABFF38
Complementary color
Monochromatic Colors of #ABFF38
Black with #ABFF38
Text Example
Text Example
White with #ABFF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFF38; }
p { color: rgb(171,255,56); }
H1.HeaderClassName
{
color: #ABFF38;
}
.AnyTagClassName
{
color: #ABFF38;
}
</style>
background-color css
<style>
a { background-color: #ABFF38; }
a { background-color: rgb(171,255,56); }
div.DivClassName
{
background-color: #ABFF38;
}
.BgClassName
{
background-color: #ABFF38;
}
</style>
border-color css
<style>
span { border-color: #ABFF38; }
span { border-color: rgb(171,255,56); }
td.TdClassName
{
border-color: #ABFF38;
}
.TagClassName
{
border-color: #ABFF38;
}
</style>