Shades of Conifer #ADDB43
Tints of Conifer #ADDB43
RGB
CMYK
RGB Variations
Color information
#ADDB43 (or 0xADDB43) is known color: Conifer. HEX triplet: AD, DB and 43. RGB value is (173,219,67). Sum of RGB (Red+Green+Blue) = 173+219+67=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 67 (26.56% from 255 or 14.60% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDB43 is #5224BC. Grayscale: #BCBCBC. Windows color (decimal): -5383357 or 4447149. OLE color: 4447149.
HSL color Cylindrical-coordinate representation of color #ADDB43: hue angle of 78.16º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADDB43 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 67 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.14 |
| HSL | 78.16º | 0.68% | 0.56% | - |
| HSV(B) | 78.16º | 0.69% | 0.86% | - |
| XYZ | 43.58 | 59.95 | 14.59 | - |
| YUV | 187.92 | 59.76 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 67 | 0.21 | 0 | 0.69 | 0.14 | 78.16 | 0.68 | 0.56 |
| Hex | AD | DB | 43 | 15 | 0 | 45 | E | 4E | 44 | 38 |
| Octal | 255 | 333 | 103 | 25 | 0 | 105 | 16 | 116 | 104 | 70 |
| Binary | 10101101 | 11011011 | 1000011 | 10101 | 0 | 1000101 | 1110 | 1001110 | 1000100 | 111000 |
Color Harmonies of #ADDB43
Complementary color
Monochromatic Colors of #ADDB43
Black with #ADDB43
Text Example
Text Example
White with #ADDB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB43; }
p { color: rgb(173,219,67); }
H1.HeaderClassName
{
color: #ADDB43;
}
.AnyTagClassName
{
color: #ADDB43;
}
</style>
background-color css
<style>
a { background-color: #ADDB43; }
a { background-color: rgb(173,219,67); }
div.DivClassName
{
background-color: #ADDB43;
}
.BgClassName
{
background-color: #ADDB43;
}
</style>
border-color css
<style>
span { border-color: #ADDB43; }
span { border-color: rgb(173,219,67); }
td.TdClassName
{
border-color: #ADDB43;
}
.TagClassName
{
border-color: #ADDB43;
}
</style>