Shades of Conifer #ADDA41
Tints of Conifer #ADDA41
RGB
CMYK
RGB Variations
Color information
#ADDA41 (or 0xADDA41) is known color: Conifer. HEX triplet: AD, DA and 41. RGB value is (173,218,65). Sum of RGB (Red+Green+Blue) = 173+218+65=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 65 (25.78% from 255 or 14.25% from 456); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDA41 is #5225BE. Grayscale: #BBBBBB. Windows color (decimal): -5383615 or 4315821. OLE color: 4315821.
HSL color Cylindrical-coordinate representation of color #ADDA41: hue angle of 77.65º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADDA41 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 65 | - |
| CMYK | 0.21 | 0 | 0.70 | 0.15 |
| HSL | 77.65º | 0.67% | 0.55% | - |
| HSV(B) | 77.65º | 0.7% | 0.85% | - |
| XYZ | 43.26 | 59.41 | 14.19 | - |
| YUV | 187.1 | 59.09 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 65 | 0.21 | 0 | 0.70 | 0.15 | 77.65 | 0.67 | 0.55 |
| Hex | AD | DA | 41 | 15 | 0 | 46 | F | 4E | 43 | 37 |
| Octal | 255 | 332 | 101 | 25 | 0 | 106 | 17 | 116 | 103 | 67 |
| Binary | 10101101 | 11011010 | 1000001 | 10101 | 0 | 1000110 | 1111 | 1001110 | 1000011 | 110111 |
Color Harmonies of #ADDA41
Complementary color
Monochromatic Colors of #ADDA41
Black with #ADDA41
Text Example
Text Example
White with #ADDA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA41; }
p { color: rgb(173,218,65); }
H1.HeaderClassName
{
color: #ADDA41;
}
.AnyTagClassName
{
color: #ADDA41;
}
</style>
background-color css
<style>
a { background-color: #ADDA41; }
a { background-color: rgb(173,218,65); }
div.DivClassName
{
background-color: #ADDA41;
}
.BgClassName
{
background-color: #ADDA41;
}
</style>
border-color css
<style>
span { border-color: #ADDA41; }
span { border-color: rgb(173,218,65); }
td.TdClassName
{
border-color: #ADDA41;
}
.TagClassName
{
border-color: #ADDA41;
}
</style>