Shades of Conifer #B5DD6D
Tints of Conifer #B5DD6D
RGB
CMYK
RGB Variations
Color information
#B5DD6D (or 0xB5DD6D) is known color: Conifer. HEX triplet: B5, DD and 6D. RGB value is (181,221,109). Sum of RGB (Red+Green+Blue) = 181+221+109=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 109 (42.97% from 255 or 21.33% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DD6D is #4A2292. Grayscale: #C4C4C4. Windows color (decimal): -4858515 or 7200181. OLE color: 7200181.
HSL color Cylindrical-coordinate representation of color #B5DD6D: hue angle of 81.43º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B5DD6D is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 221 | 109 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.13 |
| HSL | 81.43º | 0.62% | 0.65% | - |
| HSV(B) | 81.43º | 0.51% | 0.87% | - |
| XYZ | 47.67 | 62.64 | 24.05 | - |
| YUV | 196.27 | 78.75 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 221 | 109 | 0.18 | 0 | 0.51 | 0.13 | 81.43 | 0.62 | 0.65 |
| Hex | B5 | DD | 6D | 12 | 0 | 33 | D | 51 | 3E | 41 |
| Octal | 265 | 335 | 155 | 22 | 0 | 63 | 15 | 121 | 76 | 101 |
| Binary | 10110101 | 11011101 | 1101101 | 10010 | 0 | 110011 | 1101 | 1010001 | 111110 | 1000001 |
Color Harmonies of #B5DD6D
Complementary color
Monochromatic Colors of #B5DD6D
Black with #B5DD6D
Text Example
Text Example
White with #B5DD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DD6D; }
p { color: rgb(181,221,109); }
H1.HeaderClassName
{
color: #B5DD6D;
}
.AnyTagClassName
{
color: #B5DD6D;
}
</style>
background-color css
<style>
a { background-color: #B5DD6D; }
a { background-color: rgb(181,221,109); }
div.DivClassName
{
background-color: #B5DD6D;
}
.BgClassName
{
background-color: #B5DD6D;
}
</style>
border-color css
<style>
span { border-color: #B5DD6D; }
span { border-color: rgb(181,221,109); }
td.TdClassName
{
border-color: #B5DD6D;
}
.TagClassName
{
border-color: #B5DD6D;
}
</style>