Shades of Conifer #ADD751
Tints of Conifer #ADD751
RGB
CMYK
RGB Variations
Color information
#ADD751 (or 0xADD751) is known color: Conifer. HEX triplet: AD, D7 and 51. RGB value is (173,215,81). Sum of RGB (Red+Green+Blue) = 173+215+81=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 215 (84.38% from 255 or 45.84% from 469); Blue value is 81 (32.03% from 255 or 17.27% from 469); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD751 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD751 is #5228AE. Grayscale: #BBBBBB. Windows color (decimal): -5384367 or 5363629. OLE color: 5363629.
HSL color Cylindrical-coordinate representation of color #ADD751: hue angle of 78.81º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADD751 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 81 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.16 |
| HSL | 78.81º | 0.63% | 0.58% | - |
| HSV(B) | 78.81º | 0.62% | 0.84% | - |
| XYZ | 43.02 | 58.08 | 16.73 | - |
| YUV | 187.17 | 68.09 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 81 | 0.20 | 0 | 0.62 | 0.16 | 78.81 | 0.63 | 0.58 |
| Hex | AD | D7 | 51 | 14 | 0 | 3E | 10 | 4F | 3F | 3A |
| Octal | 255 | 327 | 121 | 24 | 0 | 76 | 20 | 117 | 77 | 72 |
| Binary | 10101101 | 11010111 | 1010001 | 10100 | 0 | 111110 | 10000 | 1001111 | 111111 | 111010 |
Color Harmonies of #ADD751
Complementary color
Monochromatic Colors of #ADD751
Black with #ADD751
Text Example
Text Example
White with #ADD751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD751; }
p { color: rgb(173,215,81); }
H1.HeaderClassName
{
color: #ADD751;
}
.AnyTagClassName
{
color: #ADD751;
}
</style>
background-color css
<style>
a { background-color: #ADD751; }
a { background-color: rgb(173,215,81); }
div.DivClassName
{
background-color: #ADD751;
}
.BgClassName
{
background-color: #ADD751;
}
</style>
border-color css
<style>
span { border-color: #ADD751; }
span { border-color: rgb(173,215,81); }
td.TdClassName
{
border-color: #ADD751;
}
.TagClassName
{
border-color: #ADD751;
}
</style>