Shades of Conifer #ADD54B
Tints of Conifer #ADD54B
RGB
CMYK
RGB Variations
Color information
#ADD54B (or 0xADD54B) is known color: Conifer. HEX triplet: AD, D5 and 4B. RGB value is (173,213,75). Sum of RGB (Red+Green+Blue) = 173+213+75=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD54B is #522AB4. Grayscale: #B9B9B9. Windows color (decimal): -5384885 or 4969901. OLE color: 4969901.
HSL color Cylindrical-coordinate representation of color #ADD54B: hue angle of 77.39º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADD54B is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 213 | 75 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.16 |
| HSL | 77.39º | 0.62% | 0.56% | - |
| HSV(B) | 77.39º | 0.65% | 0.84% | - |
| XYZ | 42.3 | 56.98 | 15.43 | - |
| YUV | 185.31 | 65.75 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 213 | 75 | 0.19 | 0 | 0.65 | 0.16 | 77.39 | 0.62 | 0.56 |
| Hex | AD | D5 | 4B | 13 | 0 | 41 | 10 | 4D | 3E | 38 |
| Octal | 255 | 325 | 113 | 23 | 0 | 101 | 20 | 115 | 76 | 70 |
| Binary | 10101101 | 11010101 | 1001011 | 10011 | 0 | 1000001 | 10000 | 1001101 | 111110 | 111000 |
Color Harmonies of #ADD54B
Complementary color
Monochromatic Colors of #ADD54B
Black with #ADD54B
Text Example
Text Example
White with #ADD54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD54B; }
p { color: rgb(173,213,75); }
H1.HeaderClassName
{
color: #ADD54B;
}
.AnyTagClassName
{
color: #ADD54B;
}
</style>
background-color css
<style>
a { background-color: #ADD54B; }
a { background-color: rgb(173,213,75); }
div.DivClassName
{
background-color: #ADD54B;
}
.BgClassName
{
background-color: #ADD54B;
}
</style>
border-color css
<style>
span { border-color: #ADD54B; }
span { border-color: rgb(173,213,75); }
td.TdClassName
{
border-color: #ADD54B;
}
.TagClassName
{
border-color: #ADD54B;
}
</style>