Shades of Conifer #ADDF5B
Tints of Conifer #ADDF5B
RGB
CMYK
RGB Variations
Color information
#ADDF5B (or 0xADDF5B) is known color: Conifer. HEX triplet: AD, DF and 5B. RGB value is (173,223,91). Sum of RGB (Red+Green+Blue) = 173+223+91=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 91 (35.94% from 255 or 18.69% from 487); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDF5B is #5220A4. Grayscale: #C1C1C1. Windows color (decimal): -5382309 or 6021037. OLE color: 6021037.
HSL color Cylindrical-coordinate representation of color #ADDF5B: hue angle of 82.73º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADDF5B is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 91 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.13 |
| HSL | 82.73º | 0.67% | 0.62% | - |
| HSV(B) | 82.73º | 0.59% | 0.87% | - |
| XYZ | 45.51 | 62.41 | 19.55 | - |
| YUV | 193 | 70.44 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 91 | 0.22 | 0 | 0.59 | 0.13 | 82.73 | 0.67 | 0.62 |
| Hex | AD | DF | 5B | 16 | 0 | 3B | D | 53 | 43 | 3E |
| Octal | 255 | 337 | 133 | 26 | 0 | 73 | 15 | 123 | 103 | 76 |
| Binary | 10101101 | 11011111 | 1011011 | 10110 | 0 | 111011 | 1101 | 1010011 | 1000011 | 111110 |
Color Harmonies of #ADDF5B
Complementary color
Monochromatic Colors of #ADDF5B
Black with #ADDF5B
Text Example
Text Example
White with #ADDF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF5B; }
p { color: rgb(173,223,91); }
H1.HeaderClassName
{
color: #ADDF5B;
}
.AnyTagClassName
{
color: #ADDF5B;
}
</style>
background-color css
<style>
a { background-color: #ADDF5B; }
a { background-color: rgb(173,223,91); }
div.DivClassName
{
background-color: #ADDF5B;
}
.BgClassName
{
background-color: #ADDF5B;
}
</style>
border-color css
<style>
span { border-color: #ADDF5B; }
span { border-color: rgb(173,223,91); }
td.TdClassName
{
border-color: #ADDF5B;
}
.TagClassName
{
border-color: #ADDF5B;
}
</style>