Shades of Conifer #ADDF56
Tints of Conifer #ADDF56
RGB
CMYK
RGB Variations
Color information
#ADDF56 (or 0xADDF56) is known color: Conifer. HEX triplet: AD, DF and 56. RGB value is (173,223,86). Sum of RGB (Red+Green+Blue) = 173+223+86=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 86 (33.98% from 255 or 17.84% from 482); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDF56 is #5220A9. Grayscale: #C0C0C0. Windows color (decimal): -5382314 or 5693357. OLE color: 5693357.
HSL color Cylindrical-coordinate representation of color #ADDF56: hue angle of 81.9º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADDF56 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 86 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.13 |
| HSL | 81.9º | 0.68% | 0.61% | - |
| HSV(B) | 81.9º | 0.61% | 0.87% | - |
| XYZ | 45.3 | 62.33 | 18.45 | - |
| YUV | 192.43 | 67.94 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 86 | 0.22 | 0 | 0.61 | 0.13 | 81.9 | 0.68 | 0.61 |
| Hex | AD | DF | 56 | 16 | 0 | 3D | D | 52 | 44 | 3D |
| Octal | 255 | 337 | 126 | 26 | 0 | 75 | 15 | 122 | 104 | 75 |
| Binary | 10101101 | 11011111 | 1010110 | 10110 | 0 | 111101 | 1101 | 1010010 | 1000100 | 111101 |
Color Harmonies of #ADDF56
Complementary color
Monochromatic Colors of #ADDF56
Black with #ADDF56
Text Example
Text Example
White with #ADDF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF56; }
p { color: rgb(173,223,86); }
H1.HeaderClassName
{
color: #ADDF56;
}
.AnyTagClassName
{
color: #ADDF56;
}
</style>
background-color css
<style>
a { background-color: #ADDF56; }
a { background-color: rgb(173,223,86); }
div.DivClassName
{
background-color: #ADDF56;
}
.BgClassName
{
background-color: #ADDF56;
}
</style>
border-color css
<style>
span { border-color: #ADDF56; }
span { border-color: rgb(173,223,86); }
td.TdClassName
{
border-color: #ADDF56;
}
.TagClassName
{
border-color: #ADDF56;
}
</style>