Shades of Conifer #ADE555
Tints of Conifer #ADE555
RGB
CMYK
RGB Variations
Color information
#ADE555 (or 0xADE555) is known color: Conifer. HEX triplet: AD, E5 and 55. RGB value is (173,229,85). Sum of RGB (Red+Green+Blue) = 173+229+85=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 229 (89.84% from 255 or 47.02% from 487); Blue value is 85 (33.59% from 255 or 17.45% from 487); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE555 is #521AAA. Grayscale: #C4C4C4. Windows color (decimal): -5380779 or 5629357. OLE color: 5629357.
HSL color Cylindrical-coordinate representation of color #ADE555: hue angle of 83.33º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADE555 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 85 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.10 |
| HSL | 83.33º | 0.73% | 0.62% | - |
| HSV(B) | 83.33º | 0.63% | 0.9% | - |
| XYZ | 46.89 | 65.58 | 18.78 | - |
| YUV | 195.84 | 65.45 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 85 | 0.24 | 0 | 0.63 | 0.10 | 83.33 | 0.73 | 0.62 |
| Hex | AD | E5 | 55 | 18 | 0 | 3F | A | 53 | 49 | 3E |
| Octal | 255 | 345 | 125 | 30 | 0 | 77 | 12 | 123 | 111 | 76 |
| Binary | 10101101 | 11100101 | 1010101 | 11000 | 0 | 111111 | 1010 | 1010011 | 1001001 | 111110 |
Color Harmonies of #ADE555
Complementary color
Monochromatic Colors of #ADE555
Black with #ADE555
Text Example
Text Example
White with #ADE555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE555; }
p { color: rgb(173,229,85); }
H1.HeaderClassName
{
color: #ADE555;
}
.AnyTagClassName
{
color: #ADE555;
}
</style>
background-color css
<style>
a { background-color: #ADE555; }
a { background-color: rgb(173,229,85); }
div.DivClassName
{
background-color: #ADE555;
}
.BgClassName
{
background-color: #ADE555;
}
</style>
border-color css
<style>
span { border-color: #ADE555; }
span { border-color: rgb(173,229,85); }
td.TdClassName
{
border-color: #ADE555;
}
.TagClassName
{
border-color: #ADE555;
}
</style>