Shades of Conifer #ABE350
Tints of Conifer #ABE350
RGB
CMYK
RGB Variations
Color information
#ABE350 (or 0xABE350) is known color: Conifer. HEX triplet: AB, E3 and 50. RGB value is (171,227,80). Sum of RGB (Red+Green+Blue) = 171+227+80=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 227 (89.06% from 255 or 47.49% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 227 - color contains mainly: green. Hex color #ABE350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE350 is #541CAF. Grayscale: #C2C2C2. Windows color (decimal): -5512368 or 5301163. OLE color: 5301163.
HSL color Cylindrical-coordinate representation of color #ABE350: hue angle of 82.86º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABE350 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 227 | 80 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.11 |
| HSL | 82.86º | 0.72% | 0.6% | - |
| HSV(B) | 82.86º | 0.65% | 0.89% | - |
| XYZ | 45.71 | 64.18 | 17.57 | - |
| YUV | 193.5 | 63.95 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 227 | 80 | 0.25 | 0 | 0.65 | 0.11 | 82.86 | 0.72 | 0.6 |
| Hex | AB | E3 | 50 | 19 | 0 | 41 | B | 53 | 48 | 3C |
| Octal | 253 | 343 | 120 | 31 | 0 | 101 | 13 | 123 | 110 | 74 |
| Binary | 10101011 | 11100011 | 1010000 | 11001 | 0 | 1000001 | 1011 | 1010011 | 1001000 | 111100 |
Color Harmonies of #ABE350
Complementary color
Monochromatic Colors of #ABE350
Black with #ABE350
Text Example
Text Example
White with #ABE350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE350; }
p { color: rgb(171,227,80); }
H1.HeaderClassName
{
color: #ABE350;
}
.AnyTagClassName
{
color: #ABE350;
}
</style>
background-color css
<style>
a { background-color: #ABE350; }
a { background-color: rgb(171,227,80); }
div.DivClassName
{
background-color: #ABE350;
}
.BgClassName
{
background-color: #ABE350;
}
</style>
border-color css
<style>
span { border-color: #ABE350; }
span { border-color: rgb(171,227,80); }
td.TdClassName
{
border-color: #ABE350;
}
.TagClassName
{
border-color: #ABE350;
}
</style>