Shades of Conifer #ADDA53
Tints of Conifer #ADDA53
RGB
CMYK
RGB Variations
Color information
#ADDA53 (or 0xADDA53) is known color: Conifer. HEX triplet: AD, DA and 53. RGB value is (173,218,83). Sum of RGB (Red+Green+Blue) = 173+218+83=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 83 (32.81% from 255 or 17.51% from 474); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDA53 is #5225AC. Grayscale: #BDBDBD. Windows color (decimal): -5383597 or 5495469. OLE color: 5495469.
HSL color Cylindrical-coordinate representation of color #ADDA53: hue angle of 80º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADDA53 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 83 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.15 |
| HSL | 80º | 0.65% | 0.59% | - |
| HSV(B) | 80º | 0.62% | 0.85% | - |
| XYZ | 43.87 | 59.65 | 17.39 | - |
| YUV | 189.16 | 68.09 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 83 | 0.21 | 0 | 0.62 | 0.15 | 80 | 0.65 | 0.59 |
| Hex | AD | DA | 53 | 15 | 0 | 3E | F | 50 | 41 | 3B |
| Octal | 255 | 332 | 123 | 25 | 0 | 76 | 17 | 120 | 101 | 73 |
| Binary | 10101101 | 11011010 | 1010011 | 10101 | 0 | 111110 | 1111 | 1010000 | 1000001 | 111011 |
Color Harmonies of #ADDA53
Complementary color
Monochromatic Colors of #ADDA53
Black with #ADDA53
Text Example
Text Example
White with #ADDA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA53; }
p { color: rgb(173,218,83); }
H1.HeaderClassName
{
color: #ADDA53;
}
.AnyTagClassName
{
color: #ADDA53;
}
</style>
background-color css
<style>
a { background-color: #ADDA53; }
a { background-color: rgb(173,218,83); }
div.DivClassName
{
background-color: #ADDA53;
}
.BgClassName
{
background-color: #ADDA53;
}
</style>
border-color css
<style>
span { border-color: #ADDA53; }
span { border-color: rgb(173,218,83); }
td.TdClassName
{
border-color: #ADDA53;
}
.TagClassName
{
border-color: #ADDA53;
}
</style>