Shades of Conifer #ADDB4B
Tints of Conifer #ADDB4B
RGB
CMYK
RGB Variations
Color information
#ADDB4B (or 0xADDB4B) is known color: Conifer. HEX triplet: AD, DB and 4B. RGB value is (173,219,75). Sum of RGB (Red+Green+Blue) = 173+219+75=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 75 (29.69% from 255 or 16.06% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDB4B is #5224B4. Grayscale: #BDBDBD. Windows color (decimal): -5383349 or 4971437. OLE color: 4971437.
HSL color Cylindrical-coordinate representation of color #ADDB4B: hue angle of 79.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADDB4B is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 75 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.14 |
| HSL | 79.17º | 0.67% | 0.58% | - |
| HSV(B) | 79.17º | 0.66% | 0.86% | - |
| XYZ | 43.84 | 60.06 | 15.94 | - |
| YUV | 188.83 | 63.76 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 75 | 0.21 | 0 | 0.66 | 0.14 | 79.17 | 0.67 | 0.58 |
| Hex | AD | DB | 4B | 15 | 0 | 42 | E | 4F | 43 | 3A |
| Octal | 255 | 333 | 113 | 25 | 0 | 102 | 16 | 117 | 103 | 72 |
| Binary | 10101101 | 11011011 | 1001011 | 10101 | 0 | 1000010 | 1110 | 1001111 | 1000011 | 111010 |
Color Harmonies of #ADDB4B
Complementary color
Monochromatic Colors of #ADDB4B
Black with #ADDB4B
Text Example
Text Example
White with #ADDB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB4B; }
p { color: rgb(173,219,75); }
H1.HeaderClassName
{
color: #ADDB4B;
}
.AnyTagClassName
{
color: #ADDB4B;
}
</style>
background-color css
<style>
a { background-color: #ADDB4B; }
a { background-color: rgb(173,219,75); }
div.DivClassName
{
background-color: #ADDB4B;
}
.BgClassName
{
background-color: #ADDB4B;
}
</style>
border-color css
<style>
span { border-color: #ADDB4B; }
span { border-color: rgb(173,219,75); }
td.TdClassName
{
border-color: #ADDB4B;
}
.TagClassName
{
border-color: #ADDB4B;
}
</style>