Shades of Conifer #ADCD4D
Tints of Conifer #ADCD4D
RGB
CMYK
RGB Variations
Color information
#ADCD4D (or 0xADCD4D) is known color: Conifer. HEX triplet: AD, CD and 4D. RGB value is (173,205,77). Sum of RGB (Red+Green+Blue) = 173+205+77=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 77 (30.47% from 255 or 16.92% from 455); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD4D is #5232B2. Grayscale: #B5B5B5. Windows color (decimal): -5386931 or 5098925. OLE color: 5098925.
HSL color Cylindrical-coordinate representation of color #ADCD4D: hue angle of 75º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADCD4D is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 77 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.20 |
| HSL | 75º | 0.56% | 0.55% | - |
| HSV(B) | 75º | 0.62% | 0.8% | - |
| XYZ | 40.4 | 53.08 | 15.14 | - |
| YUV | 180.84 | 69.4 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 77 | 0.16 | 0 | 0.62 | 0.20 | 75 | 0.56 | 0.55 |
| Hex | AD | CD | 4D | 10 | 0 | 3E | 14 | 4B | 38 | 37 |
| Octal | 255 | 315 | 115 | 20 | 0 | 76 | 24 | 113 | 70 | 67 |
| Binary | 10101101 | 11001101 | 1001101 | 10000 | 0 | 111110 | 10100 | 1001011 | 111000 | 110111 |
Color Harmonies of #ADCD4D
Complementary color
Monochromatic Colors of #ADCD4D
Black with #ADCD4D
Text Example
Text Example
White with #ADCD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD4D; }
p { color: rgb(173,205,77); }
H1.HeaderClassName
{
color: #ADCD4D;
}
.AnyTagClassName
{
color: #ADCD4D;
}
</style>
background-color css
<style>
a { background-color: #ADCD4D; }
a { background-color: rgb(173,205,77); }
div.DivClassName
{
background-color: #ADCD4D;
}
.BgClassName
{
background-color: #ADCD4D;
}
</style>
border-color css
<style>
span { border-color: #ADCD4D; }
span { border-color: rgb(173,205,77); }
td.TdClassName
{
border-color: #ADCD4D;
}
.TagClassName
{
border-color: #ADCD4D;
}
</style>