Shades of Conifer #ADD04B
Tints of Conifer #ADD04B
RGB
CMYK
RGB Variations
Color information
#ADD04B (or 0xADD04B) is known color: Conifer. HEX triplet: AD, D0 and 4B. RGB value is (173,208,75). Sum of RGB (Red+Green+Blue) = 173+208+75=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 75 (29.69% from 255 or 16.45% from 456); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD04B is #522FB4. Grayscale: #B6B6B6. Windows color (decimal): -5386165 or 4968621. OLE color: 4968621.
HSL color Cylindrical-coordinate representation of color #ADD04B: hue angle of 75.79º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADD04B is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 75 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.18 |
| HSL | 75.79º | 0.59% | 0.55% | - |
| HSV(B) | 75.79º | 0.64% | 0.82% | - |
| XYZ | 41.06 | 54.5 | 15.01 | - |
| YUV | 182.37 | 67.4 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 75 | 0.17 | 0 | 0.64 | 0.18 | 75.79 | 0.59 | 0.55 |
| Hex | AD | D0 | 4B | 11 | 0 | 40 | 12 | 4C | 3B | 37 |
| Octal | 255 | 320 | 113 | 21 | 0 | 100 | 22 | 114 | 73 | 67 |
| Binary | 10101101 | 11010000 | 1001011 | 10001 | 0 | 1000000 | 10010 | 1001100 | 111011 | 110111 |
Color Harmonies of #ADD04B
Complementary color
Monochromatic Colors of #ADD04B
Black with #ADD04B
Text Example
Text Example
White with #ADD04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD04B; }
p { color: rgb(173,208,75); }
H1.HeaderClassName
{
color: #ADD04B;
}
.AnyTagClassName
{
color: #ADD04B;
}
</style>
background-color css
<style>
a { background-color: #ADD04B; }
a { background-color: rgb(173,208,75); }
div.DivClassName
{
background-color: #ADD04B;
}
.BgClassName
{
background-color: #ADD04B;
}
</style>
border-color css
<style>
span { border-color: #ADD04B; }
span { border-color: rgb(173,208,75); }
td.TdClassName
{
border-color: #ADD04B;
}
.TagClassName
{
border-color: #ADD04B;
}
</style>