Shades of Green Yellow #ABF241
Tints of Green Yellow #ABF241
RGB
CMYK
RGB Variations
Color information
#ABF241 (or 0xABF241) is known color: Green Yellow. HEX triplet: AB, F2 and 41. RGB value is (171,242,65). Sum of RGB (Red+Green+Blue) = 171+242+65=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 242 (94.92% from 255 or 50.63% from 478); Blue value is 65 (25.78% from 255 or 13.60% from 478); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF241 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF241 is #540DBE. Grayscale: #C9C9C9. Windows color (decimal): -5508543 or 4321963. OLE color: 4321963.
HSL color Cylindrical-coordinate representation of color #ABF241: hue angle of 84.07º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ABF241 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 242 | 65 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.05 |
| HSL | 84.07º | 0.87% | 0.6% | - |
| HSV(B) | 84.07º | 0.73% | 0.95% | - |
| XYZ | 49.5 | 72.54 | 16.39 | - |
| YUV | 200.59 | 51.48 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 242 | 65 | 0.29 | 0 | 0.73 | 0.05 | 84.07 | 0.87 | 0.6 |
| Hex | AB | F2 | 41 | 1D | 0 | 49 | 5 | 54 | 57 | 3C |
| Octal | 253 | 362 | 101 | 35 | 0 | 111 | 5 | 124 | 127 | 74 |
| Binary | 10101011 | 11110010 | 1000001 | 11101 | 0 | 1001001 | 101 | 1010100 | 1010111 | 111100 |
Color Harmonies of #ABF241
Complementary color
Monochromatic Colors of #ABF241
Black with #ABF241
Text Example
Text Example
White with #ABF241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF241; }
p { color: rgb(171,242,65); }
H1.HeaderClassName
{
color: #ABF241;
}
.AnyTagClassName
{
color: #ABF241;
}
</style>
background-color css
<style>
a { background-color: #ABF241; }
a { background-color: rgb(171,242,65); }
div.DivClassName
{
background-color: #ABF241;
}
.BgClassName
{
background-color: #ABF241;
}
</style>
border-color css
<style>
span { border-color: #ABF241; }
span { border-color: rgb(171,242,65); }
td.TdClassName
{
border-color: #ABF241;
}
.TagClassName
{
border-color: #ABF241;
}
</style>