Shades of Conifer #ADD74B
Tints of Conifer #ADD74B
RGB
CMYK
RGB Variations
Color information
#ADD74B (or 0xADD74B) is known color: Conifer. HEX triplet: AD, D7 and 4B. RGB value is (173,215,75). Sum of RGB (Red+Green+Blue) = 173+215+75=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 215 (84.38% from 255 or 46.44% from 463); Blue value is 75 (29.69% from 255 or 16.20% from 463); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD74B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD74B is #5228B4. Grayscale: #BBBBBB. Windows color (decimal): -5384373 or 4970413. OLE color: 4970413.
HSL color Cylindrical-coordinate representation of color #ADD74B: hue angle of 78º degrees, saturation: 0.64, 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 #ADD74B is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 75 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.16 |
| HSL | 78º | 0.64% | 0.57% | - |
| HSV(B) | 78º | 0.65% | 0.84% | - |
| XYZ | 42.8 | 57.99 | 15.59 | - |
| YUV | 186.48 | 65.09 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 75 | 0.20 | 0 | 0.65 | 0.16 | 78 | 0.64 | 0.57 |
| Hex | AD | D7 | 4B | 14 | 0 | 41 | 10 | 4E | 40 | 39 |
| Octal | 255 | 327 | 113 | 24 | 0 | 101 | 20 | 116 | 100 | 71 |
| Binary | 10101101 | 11010111 | 1001011 | 10100 | 0 | 1000001 | 10000 | 1001110 | 1000000 | 111001 |
Color Harmonies of #ADD74B
Complementary color
Monochromatic Colors of #ADD74B
Black with #ADD74B
Text Example
Text Example
White with #ADD74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD74B; }
p { color: rgb(173,215,75); }
H1.HeaderClassName
{
color: #ADD74B;
}
.AnyTagClassName
{
color: #ADD74B;
}
</style>
background-color css
<style>
a { background-color: #ADD74B; }
a { background-color: rgb(173,215,75); }
div.DivClassName
{
background-color: #ADD74B;
}
.BgClassName
{
background-color: #ADD74B;
}
</style>
border-color css
<style>
span { border-color: #ADD74B; }
span { border-color: rgb(173,215,75); }
td.TdClassName
{
border-color: #ADD74B;
}
.TagClassName
{
border-color: #ADD74B;
}
</style>