Shades of Conifer #ABE650
Tints of Conifer #ABE650
RGB
CMYK
RGB Variations
Color information
#ABE650 (or 0xABE650) is known color: Conifer. HEX triplet: AB, E6 and 50. RGB value is (171,230,80). Sum of RGB (Red+Green+Blue) = 171+230+80=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 230 (90.23% from 255 or 47.82% from 481); Blue value is 80 (31.64% from 255 or 16.63% from 481); Max value from RGB is 230 - color contains mainly: green. Hex color #ABE650 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABE650 is #5419AF. Grayscale: #C3C3C3. Windows color (decimal): -5511600 or 5301931. OLE color: 5301931.
HSL color Cylindrical-coordinate representation of color #ABE650: hue angle of 83.6º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABE650 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 230 | 80 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.10 |
| HSL | 83.6º | 0.75% | 0.61% | - |
| HSV(B) | 83.6º | 0.65% | 0.9% | - |
| XYZ | 46.54 | 65.83 | 17.84 | - |
| YUV | 195.26 | 62.95 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 230 | 80 | 0.26 | 0 | 0.65 | 0.10 | 83.6 | 0.75 | 0.61 |
| Hex | AB | E6 | 50 | 1A | 0 | 41 | A | 54 | 4B | 3D |
| Octal | 253 | 346 | 120 | 32 | 0 | 101 | 12 | 124 | 113 | 75 |
| Binary | 10101011 | 11100110 | 1010000 | 11010 | 0 | 1000001 | 1010 | 1010100 | 1001011 | 111101 |
Color Harmonies of #ABE650
Complementary color
Monochromatic Colors of #ABE650
Black with #ABE650
Text Example
Text Example
White with #ABE650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE650; }
p { color: rgb(171,230,80); }
H1.HeaderClassName
{
color: #ABE650;
}
.AnyTagClassName
{
color: #ABE650;
}
</style>
background-color css
<style>
a { background-color: #ABE650; }
a { background-color: rgb(171,230,80); }
div.DivClassName
{
background-color: #ABE650;
}
.BgClassName
{
background-color: #ABE650;
}
</style>
border-color css
<style>
span { border-color: #ABE650; }
span { border-color: rgb(171,230,80); }
td.TdClassName
{
border-color: #ABE650;
}
.TagClassName
{
border-color: #ABE650;
}
</style>