Shades of Conifer #ADDC53
Tints of Conifer #ADDC53
RGB
CMYK
RGB Variations
Color information
#ADDC53 (or 0xADDC53) is known color: Conifer. HEX triplet: AD, DC and 53. RGB value is (173,220,83). Sum of RGB (Red+Green+Blue) = 173+220+83=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 83 (32.81% from 255 or 17.44% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC53 is #5223AC. Grayscale: #BEBEBE. Windows color (decimal): -5383085 or 5495981. OLE color: 5495981.
HSL color Cylindrical-coordinate representation of color #ADDC53: hue angle of 80.58º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADDC53 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 83 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.14 |
| HSL | 80.58º | 0.66% | 0.59% | - |
| HSV(B) | 80.58º | 0.62% | 0.86% | - |
| XYZ | 44.39 | 60.7 | 17.56 | - |
| YUV | 190.33 | 67.43 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 83 | 0.21 | 0 | 0.62 | 0.14 | 80.58 | 0.66 | 0.59 |
| Hex | AD | DC | 53 | 15 | 0 | 3E | E | 51 | 42 | 3B |
| Octal | 255 | 334 | 123 | 25 | 0 | 76 | 16 | 121 | 102 | 73 |
| Binary | 10101101 | 11011100 | 1010011 | 10101 | 0 | 111110 | 1110 | 1010001 | 1000010 | 111011 |
Color Harmonies of #ADDC53
Complementary color
Monochromatic Colors of #ADDC53
Black with #ADDC53
Text Example
Text Example
White with #ADDC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC53; }
p { color: rgb(173,220,83); }
H1.HeaderClassName
{
color: #ADDC53;
}
.AnyTagClassName
{
color: #ADDC53;
}
</style>
background-color css
<style>
a { background-color: #ADDC53; }
a { background-color: rgb(173,220,83); }
div.DivClassName
{
background-color: #ADDC53;
}
.BgClassName
{
background-color: #ADDC53;
}
</style>
border-color css
<style>
span { border-color: #ADDC53; }
span { border-color: rgb(173,220,83); }
td.TdClassName
{
border-color: #ADDC53;
}
.TagClassName
{
border-color: #ADDC53;
}
</style>