Shades of Conifer #ADEB57
Tints of Conifer #ADEB57
RGB
CMYK
RGB Variations
Color information
#ADEB57 (or 0xADEB57) is known color: Conifer. HEX triplet: AD, EB and 57. RGB value is (173,235,87). Sum of RGB (Red+Green+Blue) = 173+235+87=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 235 (92.19% from 255 or 47.47% from 495); Blue value is 87 (34.38% from 255 or 17.58% from 495); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB57 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEB57 is #5214A8. Grayscale: #C8C8C8. Windows color (decimal): -5379241 or 5761965. OLE color: 5761965.
HSL color Cylindrical-coordinate representation of color #ADEB57: hue angle of 85.14º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADEB57 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 87 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.08 |
| HSL | 85.14º | 0.79% | 0.63% | - |
| HSV(B) | 85.14º | 0.63% | 0.92% | - |
| XYZ | 48.66 | 68.99 | 19.77 | - |
| YUV | 199.59 | 64.46 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 87 | 0.26 | 0 | 0.63 | 0.08 | 85.14 | 0.79 | 0.63 |
| Hex | AD | EB | 57 | 1A | 0 | 3F | 8 | 55 | 4F | 3F |
| Octal | 255 | 353 | 127 | 32 | 0 | 77 | 10 | 125 | 117 | 77 |
| Binary | 10101101 | 11101011 | 1010111 | 11010 | 0 | 111111 | 1000 | 1010101 | 1001111 | 111111 |
Color Harmonies of #ADEB57
Complementary color
Monochromatic Colors of #ADEB57
Black with #ADEB57
Text Example
Text Example
White with #ADEB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEB57; }
p { color: rgb(173,235,87); }
H1.HeaderClassName
{
color: #ADEB57;
}
.AnyTagClassName
{
color: #ADEB57;
}
</style>
background-color css
<style>
a { background-color: #ADEB57; }
a { background-color: rgb(173,235,87); }
div.DivClassName
{
background-color: #ADEB57;
}
.BgClassName
{
background-color: #ADEB57;
}
</style>
border-color css
<style>
span { border-color: #ADEB57; }
span { border-color: rgb(173,235,87); }
td.TdClassName
{
border-color: #ADEB57;
}
.TagClassName
{
border-color: #ADEB57;
}
</style>