Shades of Conifer #ABEB42
Tints of Conifer #ABEB42
RGB
CMYK
RGB Variations
Color information
#ABEB42 (or 0xABEB42) is known color: Conifer. HEX triplet: AB, EB and 42. RGB value is (171,235,66). Sum of RGB (Red+Green+Blue) = 171+235+66=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 235 (92.19% from 255 or 49.79% from 472); Blue value is 66 (26.17% from 255 or 13.98% from 472); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEB42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABEB42 is #5414BD. Grayscale: #C5C5C5. Windows color (decimal): -5510334 or 4385707. OLE color: 4385707.
HSL color Cylindrical-coordinate representation of color #ABEB42: hue angle of 82.72º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ABEB42 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 235 | 66 | - |
| CMYK | 0.27 | 0 | 0.72 | 0.08 |
| HSL | 82.72º | 0.81% | 0.59% | - |
| HSV(B) | 82.72º | 0.72% | 0.92% | - |
| XYZ | 47.49 | 68.47 | 15.87 | - |
| YUV | 196.6 | 54.3 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 235 | 66 | 0.27 | 0 | 0.72 | 0.08 | 82.72 | 0.81 | 0.59 |
| Hex | AB | EB | 42 | 1B | 0 | 48 | 8 | 53 | 51 | 3B |
| Octal | 253 | 353 | 102 | 33 | 0 | 110 | 10 | 123 | 121 | 73 |
| Binary | 10101011 | 11101011 | 1000010 | 11011 | 0 | 1001000 | 1000 | 1010011 | 1010001 | 111011 |
Color Harmonies of #ABEB42
Complementary color
Monochromatic Colors of #ABEB42
Black with #ABEB42
Text Example
Text Example
White with #ABEB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEB42; }
p { color: rgb(171,235,66); }
H1.HeaderClassName
{
color: #ABEB42;
}
.AnyTagClassName
{
color: #ABEB42;
}
</style>
background-color css
<style>
a { background-color: #ABEB42; }
a { background-color: rgb(171,235,66); }
div.DivClassName
{
background-color: #ABEB42;
}
.BgClassName
{
background-color: #ABEB42;
}
</style>
border-color css
<style>
span { border-color: #ABEB42; }
span { border-color: rgb(171,235,66); }
td.TdClassName
{
border-color: #ABEB42;
}
.TagClassName
{
border-color: #ABEB42;
}
</style>