Shades of Conifer #B5DD59
Tints of Conifer #B5DD59
RGB
CMYK
RGB Variations
Color information
#B5DD59 (or 0xB5DD59) is known color: Conifer. HEX triplet: B5, DD and 59. RGB value is (181,221,89). Sum of RGB (Red+Green+Blue) = 181+221+89=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 89 (35.16% from 255 or 18.13% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DD59 is #4A22A6. Grayscale: #C2C2C2. Windows color (decimal): -4858535 or 5889461. OLE color: 5889461.
HSL color Cylindrical-coordinate representation of color #B5DD59: hue angle of 78.18º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5DD59 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 221 | 89 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.13 |
| HSL | 78.18º | 0.66% | 0.61% | - |
| HSV(B) | 78.18º | 0.6% | 0.87% | - |
| XYZ | 46.72 | 62.26 | 19.01 | - |
| YUV | 193.99 | 68.75 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 221 | 89 | 0.18 | 0 | 0.60 | 0.13 | 78.18 | 0.66 | 0.61 |
| Hex | B5 | DD | 59 | 12 | 0 | 3C | D | 4E | 42 | 3D |
| Octal | 265 | 335 | 131 | 22 | 0 | 74 | 15 | 116 | 102 | 75 |
| Binary | 10110101 | 11011101 | 1011001 | 10010 | 0 | 111100 | 1101 | 1001110 | 1000010 | 111101 |
Color Harmonies of #B5DD59
Complementary color
Monochromatic Colors of #B5DD59
Black with #B5DD59
Text Example
Text Example
White with #B5DD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DD59; }
p { color: rgb(181,221,89); }
H1.HeaderClassName
{
color: #B5DD59;
}
.AnyTagClassName
{
color: #B5DD59;
}
</style>
background-color css
<style>
a { background-color: #B5DD59; }
a { background-color: rgb(181,221,89); }
div.DivClassName
{
background-color: #B5DD59;
}
.BgClassName
{
background-color: #B5DD59;
}
</style>
border-color css
<style>
span { border-color: #B5DD59; }
span { border-color: rgb(181,221,89); }
td.TdClassName
{
border-color: #B5DD59;
}
.TagClassName
{
border-color: #B5DD59;
}
</style>