Shades of Conifer #ADE750
Tints of Conifer #ADE750
RGB
CMYK
RGB Variations
Color information
#ADE750 (or 0xADE750) is known color: Conifer. HEX triplet: AD, E7 and 50. RGB value is (173,231,80). Sum of RGB (Red+Green+Blue) = 173+231+80=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 231 (90.62% from 255 or 47.73% from 484); Blue value is 80 (31.64% from 255 or 16.53% from 484); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE750 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE750 is #5218AF. Grayscale: #C4C4C4. Windows color (decimal): -5380272 or 5302189. OLE color: 5302189.
HSL color Cylindrical-coordinate representation of color #ADE750: hue angle of 83.05º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADE750 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 80 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.09 |
| HSL | 83.05º | 0.76% | 0.61% | - |
| HSV(B) | 83.05º | 0.65% | 0.91% | - |
| XYZ | 47.26 | 66.62 | 17.96 | - |
| YUV | 196.44 | 62.28 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 80 | 0.25 | 0 | 0.65 | 0.09 | 83.05 | 0.76 | 0.61 |
| Hex | AD | E7 | 50 | 19 | 0 | 41 | 9 | 53 | 4C | 3D |
| Octal | 255 | 347 | 120 | 31 | 0 | 101 | 11 | 123 | 114 | 75 |
| Binary | 10101101 | 11100111 | 1010000 | 11001 | 0 | 1000001 | 1001 | 1010011 | 1001100 | 111101 |
Color Harmonies of #ADE750
Complementary color
Monochromatic Colors of #ADE750
Black with #ADE750
Text Example
Text Example
White with #ADE750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE750; }
p { color: rgb(173,231,80); }
H1.HeaderClassName
{
color: #ADE750;
}
.AnyTagClassName
{
color: #ADE750;
}
</style>
background-color css
<style>
a { background-color: #ADE750; }
a { background-color: rgb(173,231,80); }
div.DivClassName
{
background-color: #ADE750;
}
.BgClassName
{
background-color: #ADE750;
}
</style>
border-color css
<style>
span { border-color: #ADE750; }
span { border-color: rgb(173,231,80); }
td.TdClassName
{
border-color: #ADE750;
}
.TagClassName
{
border-color: #ADE750;
}
</style>