Shades of Conifer #ADD25B
Tints of Conifer #ADD25B
RGB
CMYK
RGB Variations
Color information
#ADD25B (or 0xADD25B) is known color: Conifer. HEX triplet: AD, D2 and 5B. RGB value is (173,210,91). Sum of RGB (Red+Green+Blue) = 173+210+91=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 91 (35.94% from 255 or 19.20% from 474); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD25B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD25B is #522DA4. Grayscale: #B9B9B9. Windows color (decimal): -5385637 or 6017709. OLE color: 6017709.
HSL color Cylindrical-coordinate representation of color #ADD25B: hue angle of 78.66º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADD25B is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 91 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.18 |
| HSL | 78.66º | 0.57% | 0.59% | - |
| HSV(B) | 78.66º | 0.57% | 0.82% | - |
| XYZ | 42.17 | 55.73 | 18.43 | - |
| YUV | 185.37 | 74.74 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 91 | 0.18 | 0 | 0.57 | 0.18 | 78.66 | 0.57 | 0.59 |
| Hex | AD | D2 | 5B | 12 | 0 | 39 | 12 | 4F | 39 | 3B |
| Octal | 255 | 322 | 133 | 22 | 0 | 71 | 22 | 117 | 71 | 73 |
| Binary | 10101101 | 11010010 | 1011011 | 10010 | 0 | 111001 | 10010 | 1001111 | 111001 | 111011 |
Color Harmonies of #ADD25B
Complementary color
Monochromatic Colors of #ADD25B
Black with #ADD25B
Text Example
Text Example
White with #ADD25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD25B; }
p { color: rgb(173,210,91); }
H1.HeaderClassName
{
color: #ADD25B;
}
.AnyTagClassName
{
color: #ADD25B;
}
</style>
background-color css
<style>
a { background-color: #ADD25B; }
a { background-color: rgb(173,210,91); }
div.DivClassName
{
background-color: #ADD25B;
}
.BgClassName
{
background-color: #ADD25B;
}
</style>
border-color css
<style>
span { border-color: #ADD25B; }
span { border-color: rgb(173,210,91); }
td.TdClassName
{
border-color: #ADD25B;
}
.TagClassName
{
border-color: #ADD25B;
}
</style>