Shades of Conifer #A5DB4B
Tints of Conifer #A5DB4B
RGB
CMYK
RGB Variations
Color information
#A5DB4B (or 0xA5DB4B) is known color: Conifer. HEX triplet: A5, DB and 4B. RGB value is (165,219,75). Sum of RGB (Red+Green+Blue) = 165+219+75=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 75 (29.69% from 255 or 16.34% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5DB4B is #5A24B4. Grayscale: #BABABA. Windows color (decimal): -5907637 or 4971429. OLE color: 4971429.
HSL color Cylindrical-coordinate representation of color #A5DB4B: hue angle of 82.5º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A5DB4B is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 219 | 75 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.14 |
| HSL | 82.5º | 0.67% | 0.58% | - |
| HSV(B) | 82.5º | 0.66% | 0.86% | - |
| XYZ | 42.12 | 59.17 | 15.86 | - |
| YUV | 186.44 | 65.11 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 219 | 75 | 0.25 | 0 | 0.66 | 0.14 | 82.5 | 0.67 | 0.58 |
| Hex | A5 | DB | 4B | 19 | 0 | 42 | E | 52 | 43 | 3A |
| Octal | 245 | 333 | 113 | 31 | 0 | 102 | 16 | 122 | 103 | 72 |
| Binary | 10100101 | 11011011 | 1001011 | 11001 | 0 | 1000010 | 1110 | 1010010 | 1000011 | 111010 |
Color Harmonies of #A5DB4B
Complementary color
Monochromatic Colors of #A5DB4B
Black with #A5DB4B
Text Example
Text Example
White with #A5DB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DB4B; }
p { color: rgb(165,219,75); }
H1.HeaderClassName
{
color: #A5DB4B;
}
.AnyTagClassName
{
color: #A5DB4B;
}
</style>
background-color css
<style>
a { background-color: #A5DB4B; }
a { background-color: rgb(165,219,75); }
div.DivClassName
{
background-color: #A5DB4B;
}
.BgClassName
{
background-color: #A5DB4B;
}
</style>
border-color css
<style>
span { border-color: #A5DB4B; }
span { border-color: rgb(165,219,75); }
td.TdClassName
{
border-color: #A5DB4B;
}
.TagClassName
{
border-color: #A5DB4B;
}
</style>