Shades of Conifer #A5DB51
Tints of Conifer #A5DB51
RGB
CMYK
RGB Variations
Color information
#A5DB51 (or 0xA5DB51) is known color: Conifer. HEX triplet: A5, DB and 51. RGB value is (165,219,81). Sum of RGB (Red+Green+Blue) = 165+219+81=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 81 (32.03% from 255 or 17.42% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DB51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DB51 is #5A24AE. Grayscale: #BBBBBB. Windows color (decimal): -5907631 or 5364645. OLE color: 5364645.
HSL color Cylindrical-coordinate representation of color #A5DB51: hue angle of 83.48º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A5DB51 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 219 | 81 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.14 |
| HSL | 83.48º | 0.66% | 0.59% | - |
| HSV(B) | 83.48º | 0.63% | 0.86% | - |
| XYZ | 42.33 | 59.26 | 16.99 | - |
| YUV | 187.12 | 68.11 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 219 | 81 | 0.25 | 0 | 0.63 | 0.14 | 83.48 | 0.66 | 0.59 |
| Hex | A5 | DB | 51 | 19 | 0 | 3F | E | 53 | 42 | 3B |
| Octal | 245 | 333 | 121 | 31 | 0 | 77 | 16 | 123 | 102 | 73 |
| Binary | 10100101 | 11011011 | 1010001 | 11001 | 0 | 111111 | 1110 | 1010011 | 1000010 | 111011 |
Color Harmonies of #A5DB51
Complementary color
Monochromatic Colors of #A5DB51
Black with #A5DB51
Text Example
Text Example
White with #A5DB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DB51; }
p { color: rgb(165,219,81); }
H1.HeaderClassName
{
color: #A5DB51;
}
.AnyTagClassName
{
color: #A5DB51;
}
</style>
background-color css
<style>
a { background-color: #A5DB51; }
a { background-color: rgb(165,219,81); }
div.DivClassName
{
background-color: #A5DB51;
}
.BgClassName
{
background-color: #A5DB51;
}
</style>
border-color css
<style>
span { border-color: #A5DB51; }
span { border-color: rgb(165,219,81); }
td.TdClassName
{
border-color: #A5DB51;
}
.TagClassName
{
border-color: #A5DB51;
}
</style>