Shades of Conifer #B9DF41
Tints of Conifer #B9DF41
RGB
CMYK
RGB Variations
Color information
#B9DF41 (or 0xB9DF41) is known color: Conifer. HEX triplet: B9, DF and 41. RGB value is (185,223,65). Sum of RGB (Red+Green+Blue) = 185+223+65=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 65 (25.78% from 255 or 13.74% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DF41 is #4620BE. Grayscale: #C2C2C2. Windows color (decimal): -4595903 or 4317113. OLE color: 4317113.
HSL color Cylindrical-coordinate representation of color #B9DF41: hue angle of 74.43º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9DF41 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 223 | 65 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.13 |
| HSL | 74.43º | 0.71% | 0.56% | - |
| HSV(B) | 74.43º | 0.71% | 0.87% | - |
| XYZ | 47.35 | 63.47 | 14.76 | - |
| YUV | 193.63 | 55.41 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 223 | 65 | 0.17 | 0 | 0.71 | 0.13 | 74.43 | 0.71 | 0.56 |
| Hex | B9 | DF | 41 | 11 | 0 | 47 | D | 4A | 47 | 38 |
| Octal | 271 | 337 | 101 | 21 | 0 | 107 | 15 | 112 | 107 | 70 |
| Binary | 10111001 | 11011111 | 1000001 | 10001 | 0 | 1000111 | 1101 | 1001010 | 1000111 | 111000 |
Color Harmonies of #B9DF41
Complementary color
Monochromatic Colors of #B9DF41
Black with #B9DF41
Text Example
Text Example
White with #B9DF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DF41; }
p { color: rgb(185,223,65); }
H1.HeaderClassName
{
color: #B9DF41;
}
.AnyTagClassName
{
color: #B9DF41;
}
</style>
background-color css
<style>
a { background-color: #B9DF41; }
a { background-color: rgb(185,223,65); }
div.DivClassName
{
background-color: #B9DF41;
}
.BgClassName
{
background-color: #B9DF41;
}
</style>
border-color css
<style>
span { border-color: #B9DF41; }
span { border-color: rgb(185,223,65); }
td.TdClassName
{
border-color: #B9DF41;
}
.TagClassName
{
border-color: #B9DF41;
}
</style>