Shades of Conifer #ADDD57
Tints of Conifer #ADDD57
RGB
CMYK
RGB Variations
Color information
#ADDD57 (or 0xADDD57) is known color: Conifer. HEX triplet: AD, DD and 57. RGB value is (173,221,87). Sum of RGB (Red+Green+Blue) = 173+221+87=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 87 (34.38% from 255 or 18.09% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD57 is #5222A8. Grayscale: #BFBFBF. Windows color (decimal): -5382825 or 5758381. OLE color: 5758381.
HSL color Cylindrical-coordinate representation of color #ADDD57: hue angle of 81.49º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADDD57 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 87 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.13 |
| HSL | 81.49º | 0.66% | 0.6% | - |
| HSV(B) | 81.49º | 0.61% | 0.87% | - |
| XYZ | 44.81 | 61.29 | 18.48 | - |
| YUV | 191.37 | 69.1 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 87 | 0.22 | 0 | 0.61 | 0.13 | 81.49 | 0.66 | 0.6 |
| Hex | AD | DD | 57 | 16 | 0 | 3D | D | 51 | 42 | 3C |
| Octal | 255 | 335 | 127 | 26 | 0 | 75 | 15 | 121 | 102 | 74 |
| Binary | 10101101 | 11011101 | 1010111 | 10110 | 0 | 111101 | 1101 | 1010001 | 1000010 | 111100 |
Color Harmonies of #ADDD57
Complementary color
Monochromatic Colors of #ADDD57
Black with #ADDD57
Text Example
Text Example
White with #ADDD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD57; }
p { color: rgb(173,221,87); }
H1.HeaderClassName
{
color: #ADDD57;
}
.AnyTagClassName
{
color: #ADDD57;
}
</style>
background-color css
<style>
a { background-color: #ADDD57; }
a { background-color: rgb(173,221,87); }
div.DivClassName
{
background-color: #ADDD57;
}
.BgClassName
{
background-color: #ADDD57;
}
</style>
border-color css
<style>
span { border-color: #ADDD57; }
span { border-color: rgb(173,221,87); }
td.TdClassName
{
border-color: #ADDD57;
}
.TagClassName
{
border-color: #ADDD57;
}
</style>