Shades of Conifer #ABDF41
Tints of Conifer #ABDF41
RGB
CMYK
RGB Variations
Color information
#ABDF41 (or 0xABDF41) is known color: Conifer. HEX triplet: AB, DF and 41. RGB value is (171,223,65). Sum of RGB (Red+Green+Blue) = 171+223+65=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 65 (25.78% from 255 or 14.16% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDF41 is #5420BE. Grayscale: #BEBEBE. Windows color (decimal): -5513407 or 4317099. OLE color: 4317099.
HSL color Cylindrical-coordinate representation of color #ABDF41: hue angle of 79.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ABDF41 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 65 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.13 |
| HSL | 79.75º | 0.71% | 0.56% | - |
| HSV(B) | 79.75º | 0.71% | 0.87% | - |
| XYZ | 44.14 | 61.81 | 14.61 | - |
| YUV | 189.44 | 57.77 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 65 | 0.23 | 0 | 0.71 | 0.13 | 79.75 | 0.71 | 0.56 |
| Hex | AB | DF | 41 | 17 | 0 | 47 | D | 50 | 47 | 38 |
| Octal | 253 | 337 | 101 | 27 | 0 | 107 | 15 | 120 | 107 | 70 |
| Binary | 10101011 | 11011111 | 1000001 | 10111 | 0 | 1000111 | 1101 | 1010000 | 1000111 | 111000 |
Color Harmonies of #ABDF41
Complementary color
Monochromatic Colors of #ABDF41
Black with #ABDF41
Text Example
Text Example
White with #ABDF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF41; }
p { color: rgb(171,223,65); }
H1.HeaderClassName
{
color: #ABDF41;
}
.AnyTagClassName
{
color: #ABDF41;
}
</style>
background-color css
<style>
a { background-color: #ABDF41; }
a { background-color: rgb(171,223,65); }
div.DivClassName
{
background-color: #ABDF41;
}
.BgClassName
{
background-color: #ABDF41;
}
</style>
border-color css
<style>
span { border-color: #ABDF41; }
span { border-color: rgb(171,223,65); }
td.TdClassName
{
border-color: #ABDF41;
}
.TagClassName
{
border-color: #ABDF41;
}
</style>