Shades of Conifer #ADDF42
Tints of Conifer #ADDF42
RGB
CMYK
RGB Variations
Color information
#ADDF42 (or 0xADDF42) is known color: Conifer. HEX triplet: AD, DF and 42. RGB value is (173,223,66). Sum of RGB (Red+Green+Blue) = 173+223+66=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 66 (26.17% from 255 or 14.29% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDF42 is #5220BD. Grayscale: #BEBEBE. Windows color (decimal): -5382334 or 4382637. OLE color: 4382637.
HSL color Cylindrical-coordinate representation of color #ADDF42: hue angle of 79.11º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADDF42 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 66 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.13 |
| HSL | 79.11º | 0.71% | 0.57% | - |
| HSV(B) | 79.11º | 0.7% | 0.87% | - |
| XYZ | 44.6 | 62.05 | 14.78 | - |
| YUV | 190.15 | 57.94 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 66 | 0.22 | 0 | 0.70 | 0.13 | 79.11 | 0.71 | 0.57 |
| Hex | AD | DF | 42 | 16 | 0 | 46 | D | 4F | 47 | 39 |
| Octal | 255 | 337 | 102 | 26 | 0 | 106 | 15 | 117 | 107 | 71 |
| Binary | 10101101 | 11011111 | 1000010 | 10110 | 0 | 1000110 | 1101 | 1001111 | 1000111 | 111001 |
Color Harmonies of #ADDF42
Complementary color
Monochromatic Colors of #ADDF42
Black with #ADDF42
Text Example
Text Example
White with #ADDF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF42; }
p { color: rgb(173,223,66); }
H1.HeaderClassName
{
color: #ADDF42;
}
.AnyTagClassName
{
color: #ADDF42;
}
</style>
background-color css
<style>
a { background-color: #ADDF42; }
a { background-color: rgb(173,223,66); }
div.DivClassName
{
background-color: #ADDF42;
}
.BgClassName
{
background-color: #ADDF42;
}
</style>
border-color css
<style>
span { border-color: #ADDF42; }
span { border-color: rgb(173,223,66); }
td.TdClassName
{
border-color: #ADDF42;
}
.TagClassName
{
border-color: #ADDF42;
}
</style>