Shades of Conifer #ADDF53
Tints of Conifer #ADDF53
RGB
CMYK
RGB Variations
Color information
#ADDF53 (or 0xADDF53) is known color: Conifer. HEX triplet: AD, DF and 53. RGB value is (173,223,83). Sum of RGB (Red+Green+Blue) = 173+223+83=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 83 (32.81% from 255 or 17.33% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDF53 is #5220AC. Grayscale: #C0C0C0. Windows color (decimal): -5382317 or 5496749. OLE color: 5496749.
HSL color Cylindrical-coordinate representation of color #ADDF53: hue angle of 81.43º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADDF53 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 83 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.13 |
| HSL | 81.43º | 0.69% | 0.6% | - |
| HSV(B) | 81.43º | 0.63% | 0.87% | - |
| XYZ | 45.18 | 62.28 | 17.82 | - |
| YUV | 192.09 | 66.44 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 83 | 0.22 | 0 | 0.63 | 0.13 | 81.43 | 0.69 | 0.6 |
| Hex | AD | DF | 53 | 16 | 0 | 3F | D | 51 | 45 | 3C |
| Octal | 255 | 337 | 123 | 26 | 0 | 77 | 15 | 121 | 105 | 74 |
| Binary | 10101101 | 11011111 | 1010011 | 10110 | 0 | 111111 | 1101 | 1010001 | 1000101 | 111100 |
Color Harmonies of #ADDF53
Complementary color
Monochromatic Colors of #ADDF53
Black with #ADDF53
Text Example
Text Example
White with #ADDF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF53; }
p { color: rgb(173,223,83); }
H1.HeaderClassName
{
color: #ADDF53;
}
.AnyTagClassName
{
color: #ADDF53;
}
</style>
background-color css
<style>
a { background-color: #ADDF53; }
a { background-color: rgb(173,223,83); }
div.DivClassName
{
background-color: #ADDF53;
}
.BgClassName
{
background-color: #ADDF53;
}
</style>
border-color css
<style>
span { border-color: #ADDF53; }
span { border-color: rgb(173,223,83); }
td.TdClassName
{
border-color: #ADDF53;
}
.TagClassName
{
border-color: #ADDF53;
}
</style>