Shades of Conifer #ADDB4F
Tints of Conifer #ADDB4F
RGB
CMYK
RGB Variations
Color information
#ADDB4F (or 0xADDB4F) is known color: Conifer. HEX triplet: AD, DB and 4F. RGB value is (173,219,79). Sum of RGB (Red+Green+Blue) = 173+219+79=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 79 (31.25% from 255 or 16.77% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDB4F is #5224B0. Grayscale: #BDBDBD. Windows color (decimal): -5383345 or 5233581. OLE color: 5233581.
HSL color Cylindrical-coordinate representation of color #ADDB4F: hue angle of 79.71º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADDB4F is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 79 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.14 |
| HSL | 79.71º | 0.66% | 0.58% | - |
| HSV(B) | 79.71º | 0.64% | 0.86% | - |
| XYZ | 43.98 | 60.11 | 16.68 | - |
| YUV | 189.29 | 65.76 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 79 | 0.21 | 0 | 0.64 | 0.14 | 79.71 | 0.66 | 0.58 |
| Hex | AD | DB | 4F | 15 | 0 | 40 | E | 50 | 42 | 3A |
| Octal | 255 | 333 | 117 | 25 | 0 | 100 | 16 | 120 | 102 | 72 |
| Binary | 10101101 | 11011011 | 1001111 | 10101 | 0 | 1000000 | 1110 | 1010000 | 1000010 | 111010 |
Color Harmonies of #ADDB4F
Complementary color
Monochromatic Colors of #ADDB4F
Black with #ADDB4F
Text Example
Text Example
White with #ADDB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB4F; }
p { color: rgb(173,219,79); }
H1.HeaderClassName
{
color: #ADDB4F;
}
.AnyTagClassName
{
color: #ADDB4F;
}
</style>
background-color css
<style>
a { background-color: #ADDB4F; }
a { background-color: rgb(173,219,79); }
div.DivClassName
{
background-color: #ADDB4F;
}
.BgClassName
{
background-color: #ADDB4F;
}
</style>
border-color css
<style>
span { border-color: #ADDB4F; }
span { border-color: rgb(173,219,79); }
td.TdClassName
{
border-color: #ADDB4F;
}
.TagClassName
{
border-color: #ADDB4F;
}
</style>