Shades of Conifer #ADDF40
Tints of Conifer #ADDF40
RGB
CMYK
RGB Variations
Color information
#ADDF40 (or 0xADDF40) is known color: Conifer. HEX triplet: AD, DF and 40. RGB value is (173,223,64). Sum of RGB (Red+Green+Blue) = 173+223+64=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 64 (25.39% from 255 or 13.91% from 460); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDF40 is #5220BF. Grayscale: #BEBEBE. Windows color (decimal): -5382336 or 4251565. OLE color: 4251565.
HSL color Cylindrical-coordinate representation of color #ADDF40: hue angle of 78.87º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADDF40 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 64 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.13 |
| HSL | 78.87º | 0.71% | 0.56% | - |
| HSV(B) | 78.87º | 0.71% | 0.87% | - |
| XYZ | 44.55 | 62.03 | 14.48 | - |
| YUV | 189.92 | 56.94 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 64 | 0.22 | 0 | 0.71 | 0.13 | 78.87 | 0.71 | 0.56 |
| Hex | AD | DF | 40 | 16 | 0 | 47 | D | 4F | 47 | 38 |
| Octal | 255 | 337 | 100 | 26 | 0 | 107 | 15 | 117 | 107 | 70 |
| Binary | 10101101 | 11011111 | 1000000 | 10110 | 0 | 1000111 | 1101 | 1001111 | 1000111 | 111000 |
Color Harmonies of #ADDF40
Complementary color
Monochromatic Colors of #ADDF40
Black with #ADDF40
Text Example
Text Example
White with #ADDF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF40; }
p { color: rgb(173,223,64); }
H1.HeaderClassName
{
color: #ADDF40;
}
.AnyTagClassName
{
color: #ADDF40;
}
</style>
background-color css
<style>
a { background-color: #ADDF40; }
a { background-color: rgb(173,223,64); }
div.DivClassName
{
background-color: #ADDF40;
}
.BgClassName
{
background-color: #ADDF40;
}
</style>
border-color css
<style>
span { border-color: #ADDF40; }
span { border-color: rgb(173,223,64); }
td.TdClassName
{
border-color: #ADDF40;
}
.TagClassName
{
border-color: #ADDF40;
}
</style>