Shades of Green Yellow #ABF345
Tints of Green Yellow #ABF345
RGB
CMYK
RGB Variations
Color information
#ABF345 (or 0xABF345) is known color: Green Yellow. HEX triplet: AB, F3 and 45. RGB value is (171,243,69). Sum of RGB (Red+Green+Blue) = 171+243+69=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 243 (95.31% from 255 or 50.31% from 483); Blue value is 69 (27.34% from 255 or 14.29% from 483); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF345 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF345 is #540CBA. Grayscale: #CACACA. Windows color (decimal): -5508283 or 4584363. OLE color: 4584363.
HSL color Cylindrical-coordinate representation of color #ABF345: hue angle of 84.83º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ABF345 is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 243 | 69 | - |
| CMYK | 0.30 | 0 | 0.72 | 0.05 |
| HSL | 84.83º | 0.88% | 0.61% | - |
| HSV(B) | 84.83º | 0.72% | 0.95% | - |
| XYZ | 49.92 | 73.19 | 17.13 | - |
| YUV | 201.64 | 53.15 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 243 | 69 | 0.30 | 0 | 0.72 | 0.05 | 84.83 | 0.88 | 0.61 |
| Hex | AB | F3 | 45 | 1E | 0 | 48 | 5 | 55 | 58 | 3D |
| Octal | 253 | 363 | 105 | 36 | 0 | 110 | 5 | 125 | 130 | 75 |
| Binary | 10101011 | 11110011 | 1000101 | 11110 | 0 | 1001000 | 101 | 1010101 | 1011000 | 111101 |
Color Harmonies of #ABF345
Complementary color
Monochromatic Colors of #ABF345
Black with #ABF345
Text Example
Text Example
White with #ABF345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF345; }
p { color: rgb(171,243,69); }
H1.HeaderClassName
{
color: #ABF345;
}
.AnyTagClassName
{
color: #ABF345;
}
</style>
background-color css
<style>
a { background-color: #ABF345; }
a { background-color: rgb(171,243,69); }
div.DivClassName
{
background-color: #ABF345;
}
.BgClassName
{
background-color: #ABF345;
}
</style>
border-color css
<style>
span { border-color: #ABF345; }
span { border-color: rgb(171,243,69); }
td.TdClassName
{
border-color: #ABF345;
}
.TagClassName
{
border-color: #ABF345;
}
</style>