Shades of Conifer #ADD64B
Tints of Conifer #ADD64B
RGB
CMYK
RGB Variations
Color information
#ADD64B (or 0xADD64B) is known color: Conifer. HEX triplet: AD, D6 and 4B. RGB value is (173,214,75). Sum of RGB (Red+Green+Blue) = 173+214+75=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 214 (83.98% from 255 or 46.32% from 462); Blue value is 75 (29.69% from 255 or 16.23% from 462); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD64B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD64B is #5229B4. Grayscale: #BABABA. Windows color (decimal): -5384629 or 4970157. OLE color: 4970157.
HSL color Cylindrical-coordinate representation of color #ADD64B: hue angle of 77.7º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADD64B is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 75 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.16 |
| HSL | 77.7º | 0.63% | 0.57% | - |
| HSV(B) | 77.7º | 0.65% | 0.84% | - |
| XYZ | 42.55 | 57.49 | 15.51 | - |
| YUV | 185.9 | 65.42 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 75 | 0.19 | 0 | 0.65 | 0.16 | 77.7 | 0.63 | 0.57 |
| Hex | AD | D6 | 4B | 13 | 0 | 41 | 10 | 4E | 3F | 39 |
| Octal | 255 | 326 | 113 | 23 | 0 | 101 | 20 | 116 | 77 | 71 |
| Binary | 10101101 | 11010110 | 1001011 | 10011 | 0 | 1000001 | 10000 | 1001110 | 111111 | 111001 |
Color Harmonies of #ADD64B
Complementary color
Monochromatic Colors of #ADD64B
Black with #ADD64B
Text Example
Text Example
White with #ADD64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD64B; }
p { color: rgb(173,214,75); }
H1.HeaderClassName
{
color: #ADD64B;
}
.AnyTagClassName
{
color: #ADD64B;
}
</style>
background-color css
<style>
a { background-color: #ADD64B; }
a { background-color: rgb(173,214,75); }
div.DivClassName
{
background-color: #ADD64B;
}
.BgClassName
{
background-color: #ADD64B;
}
</style>
border-color css
<style>
span { border-color: #ADD64B; }
span { border-color: rgb(173,214,75); }
td.TdClassName
{
border-color: #ADD64B;
}
.TagClassName
{
border-color: #ADD64B;
}
</style>