Shades of Conifer #ADE553
Tints of Conifer #ADE553
RGB
CMYK
RGB Variations
Color information
#ADE553 (or 0xADE553) is known color: Conifer. HEX triplet: AD, E5 and 53. RGB value is (173,229,83). Sum of RGB (Red+Green+Blue) = 173+229+83=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 83 (32.81% from 255 or 17.11% from 485); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE553 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE553 is #521AAC. Grayscale: #C4C4C4. Windows color (decimal): -5380781 or 5498285. OLE color: 5498285.
HSL color Cylindrical-coordinate representation of color #ADE553: hue angle of 83.01º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADE553 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 83 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.10 |
| HSL | 83.01º | 0.74% | 0.61% | - |
| HSV(B) | 83.01º | 0.64% | 0.9% | - |
| XYZ | 46.81 | 65.55 | 18.37 | - |
| YUV | 195.61 | 64.45 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 83 | 0.24 | 0 | 0.64 | 0.10 | 83.01 | 0.74 | 0.61 |
| Hex | AD | E5 | 53 | 18 | 0 | 40 | A | 53 | 4A | 3D |
| Octal | 255 | 345 | 123 | 30 | 0 | 100 | 12 | 123 | 112 | 75 |
| Binary | 10101101 | 11100101 | 1010011 | 11000 | 0 | 1000000 | 1010 | 1010011 | 1001010 | 111101 |
Color Harmonies of #ADE553
Complementary color
Monochromatic Colors of #ADE553
Black with #ADE553
Text Example
Text Example
White with #ADE553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE553; }
p { color: rgb(173,229,83); }
H1.HeaderClassName
{
color: #ADE553;
}
.AnyTagClassName
{
color: #ADE553;
}
</style>
background-color css
<style>
a { background-color: #ADE553; }
a { background-color: rgb(173,229,83); }
div.DivClassName
{
background-color: #ADE553;
}
.BgClassName
{
background-color: #ADE553;
}
</style>
border-color css
<style>
span { border-color: #ADE553; }
span { border-color: rgb(173,229,83); }
td.TdClassName
{
border-color: #ADE553;
}
.TagClassName
{
border-color: #ADE553;
}
</style>