Shades of Conifer #B9DD57
Tints of Conifer #B9DD57
RGB
CMYK
RGB Variations
Color information
#B9DD57 (or 0xB9DD57) is known color: Conifer. HEX triplet: B9, DD and 57. RGB value is (185,221,87). Sum of RGB (Red+Green+Blue) = 185+221+87=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 87 (34.38% from 255 or 17.65% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DD57 is #4622A8. Grayscale: #C3C3C3. Windows color (decimal): -4596393 or 5758393. OLE color: 5758393.
HSL color Cylindrical-coordinate representation of color #B9DD57: hue angle of 76.12º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9DD57 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 221 | 87 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.13 |
| HSL | 76.12º | 0.66% | 0.6% | - |
| HSV(B) | 76.12º | 0.61% | 0.87% | - |
| XYZ | 47.58 | 62.72 | 18.61 | - |
| YUV | 194.96 | 67.07 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 221 | 87 | 0.16 | 0 | 0.61 | 0.13 | 76.12 | 0.66 | 0.6 |
| Hex | B9 | DD | 57 | 10 | 0 | 3D | D | 4C | 42 | 3C |
| Octal | 271 | 335 | 127 | 20 | 0 | 75 | 15 | 114 | 102 | 74 |
| Binary | 10111001 | 11011101 | 1010111 | 10000 | 0 | 111101 | 1101 | 1001100 | 1000010 | 111100 |
Color Harmonies of #B9DD57
Complementary color
Monochromatic Colors of #B9DD57
Black with #B9DD57
Text Example
Text Example
White with #B9DD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DD57; }
p { color: rgb(185,221,87); }
H1.HeaderClassName
{
color: #B9DD57;
}
.AnyTagClassName
{
color: #B9DD57;
}
</style>
background-color css
<style>
a { background-color: #B9DD57; }
a { background-color: rgb(185,221,87); }
div.DivClassName
{
background-color: #B9DD57;
}
.BgClassName
{
background-color: #B9DD57;
}
</style>
border-color css
<style>
span { border-color: #B9DD57; }
span { border-color: rgb(185,221,87); }
td.TdClassName
{
border-color: #B9DD57;
}
.TagClassName
{
border-color: #B9DD57;
}
</style>