Shades of Conifer #ADDF59
Tints of Conifer #ADDF59
RGB
CMYK
RGB Variations
Color information
#ADDF59 (or 0xADDF59) is known color: Conifer. HEX triplet: AD, DF and 59. RGB value is (173,223,89). Sum of RGB (Red+Green+Blue) = 173+223+89=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 89 (35.16% from 255 or 18.35% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDF59 is #5220A6. Grayscale: #C1C1C1. Windows color (decimal): -5382311 or 5889965. OLE color: 5889965.
HSL color Cylindrical-coordinate representation of color #ADDF59: hue angle of 82.39º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADDF59 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 89 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.13 |
| HSL | 82.39º | 0.68% | 0.61% | - |
| HSV(B) | 82.39º | 0.6% | 0.87% | - |
| XYZ | 45.42 | 62.38 | 19.1 | - |
| YUV | 192.77 | 69.44 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 89 | 0.22 | 0 | 0.60 | 0.13 | 82.39 | 0.68 | 0.61 |
| Hex | AD | DF | 59 | 16 | 0 | 3C | D | 52 | 44 | 3D |
| Octal | 255 | 337 | 131 | 26 | 0 | 74 | 15 | 122 | 104 | 75 |
| Binary | 10101101 | 11011111 | 1011001 | 10110 | 0 | 111100 | 1101 | 1010010 | 1000100 | 111101 |
Color Harmonies of #ADDF59
Complementary color
Monochromatic Colors of #ADDF59
Black with #ADDF59
Text Example
Text Example
White with #ADDF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF59; }
p { color: rgb(173,223,89); }
H1.HeaderClassName
{
color: #ADDF59;
}
.AnyTagClassName
{
color: #ADDF59;
}
</style>
background-color css
<style>
a { background-color: #ADDF59; }
a { background-color: rgb(173,223,89); }
div.DivClassName
{
background-color: #ADDF59;
}
.BgClassName
{
background-color: #ADDF59;
}
</style>
border-color css
<style>
span { border-color: #ADDF59; }
span { border-color: rgb(173,223,89); }
td.TdClassName
{
border-color: #ADDF59;
}
.TagClassName
{
border-color: #ADDF59;
}
</style>