Shades of Yellow Green #ABCF2B
Tints of Yellow Green #ABCF2B
RGB
CMYK
RGB Variations
Color information
#ABCF2B (or 0xABCF2B) is known color: Yellow Green. HEX triplet: AB, CF and 2B. RGB value is (171,207,43). Sum of RGB (Red+Green+Blue) = 171+207+43=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 43 (17.19% from 255 or 10.21% from 421); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCF2B is #5430D4. Grayscale: #B2B2B2. Windows color (decimal): -5517525 or 2871211. OLE color: 2871211.
HSL color Cylindrical-coordinate representation of color #ABCF2B: hue angle of 73.17º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ABCF2B is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 43 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.19 |
| HSL | 73.17º | 0.66% | 0.49% | - |
| HSV(B) | 73.17º | 0.79% | 0.81% | - |
| XYZ | 39.54 | 53.46 | 10.52 | - |
| YUV | 177.54 | 52.07 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 43 | 0.17 | 0 | 0.79 | 0.19 | 73.17 | 0.66 | 0.49 |
| Hex | AB | CF | 2B | 11 | 0 | 4F | 13 | 49 | 42 | 31 |
| Octal | 253 | 317 | 53 | 21 | 0 | 117 | 23 | 111 | 102 | 61 |
| Binary | 10101011 | 11001111 | 101011 | 10001 | 0 | 1001111 | 10011 | 1001001 | 1000010 | 110001 |
Color Harmonies of #ABCF2B
Complementary color
Monochromatic Colors of #ABCF2B
Black with #ABCF2B
Text Example
Text Example
White with #ABCF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCF2B; }
p { color: rgb(171,207,43); }
H1.HeaderClassName
{
color: #ABCF2B;
}
.AnyTagClassName
{
color: #ABCF2B;
}
</style>
background-color css
<style>
a { background-color: #ABCF2B; }
a { background-color: rgb(171,207,43); }
div.DivClassName
{
background-color: #ABCF2B;
}
.BgClassName
{
background-color: #ABCF2B;
}
</style>
border-color css
<style>
span { border-color: #ABCF2B; }
span { border-color: rgb(171,207,43); }
td.TdClassName
{
border-color: #ABCF2B;
}
.TagClassName
{
border-color: #ABCF2B;
}
</style>