Shades of Conifer #ADD541
Tints of Conifer #ADD541
RGB
CMYK
RGB Variations
Color information
#ADD541 (or 0xADD541) is known color: Conifer. HEX triplet: AD, D5 and 41. RGB value is (173,213,65). Sum of RGB (Red+Green+Blue) = 173+213+65=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 65 (25.78% from 255 or 14.41% from 451); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD541 is #522ABE. Grayscale: #B8B8B8. Windows color (decimal): -5384895 or 4314541. OLE color: 4314541.
HSL color Cylindrical-coordinate representation of color #ADD541: hue angle of 76.22º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADD541 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 213 | 65 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.16 |
| HSL | 76.22º | 0.64% | 0.55% | - |
| HSV(B) | 76.22º | 0.69% | 0.84% | - |
| XYZ | 41.98 | 56.85 | 13.76 | - |
| YUV | 184.17 | 60.75 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 213 | 65 | 0.19 | 0 | 0.69 | 0.16 | 76.22 | 0.64 | 0.55 |
| Hex | AD | D5 | 41 | 13 | 0 | 45 | 10 | 4C | 40 | 37 |
| Octal | 255 | 325 | 101 | 23 | 0 | 105 | 20 | 114 | 100 | 67 |
| Binary | 10101101 | 11010101 | 1000001 | 10011 | 0 | 1000101 | 10000 | 1001100 | 1000000 | 110111 |
Color Harmonies of #ADD541
Complementary color
Monochromatic Colors of #ADD541
Black with #ADD541
Text Example
Text Example
White with #ADD541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD541; }
p { color: rgb(173,213,65); }
H1.HeaderClassName
{
color: #ADD541;
}
.AnyTagClassName
{
color: #ADD541;
}
</style>
background-color css
<style>
a { background-color: #ADD541; }
a { background-color: rgb(173,213,65); }
div.DivClassName
{
background-color: #ADD541;
}
.BgClassName
{
background-color: #ADD541;
}
</style>
border-color css
<style>
span { border-color: #ADD541; }
span { border-color: rgb(173,213,65); }
td.TdClassName
{
border-color: #ADD541;
}
.TagClassName
{
border-color: #ADD541;
}
</style>