Shades of Conifer #B8DD43
Tints of Conifer #B8DD43
RGB
CMYK
RGB Variations
Color information
#B8DD43 (or 0xB8DD43) is known color: Conifer. HEX triplet: B8, DD and 43. RGB value is (184,221,67). Sum of RGB (Red+Green+Blue) = 184+221+67=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 67 (26.56% from 255 or 14.19% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DD43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DD43 is #4722BC. Grayscale: #C0C0C0. Windows color (decimal): -4661949 or 4447672. OLE color: 4447672.
HSL color Cylindrical-coordinate representation of color #B8DD43: hue angle of 74.42º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8DD43 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 221 | 67 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.13 |
| HSL | 74.42º | 0.69% | 0.56% | - |
| HSV(B) | 74.42º | 0.7% | 0.87% | - |
| XYZ | 46.64 | 62.31 | 14.88 | - |
| YUV | 192.38 | 57.24 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 221 | 67 | 0.17 | 0 | 0.70 | 0.13 | 74.42 | 0.69 | 0.56 |
| Hex | B8 | DD | 43 | 11 | 0 | 46 | D | 4A | 45 | 38 |
| Octal | 270 | 335 | 103 | 21 | 0 | 106 | 15 | 112 | 105 | 70 |
| Binary | 10111000 | 11011101 | 1000011 | 10001 | 0 | 1000110 | 1101 | 1001010 | 1000101 | 111000 |
Color Harmonies of #B8DD43
Complementary color
Monochromatic Colors of #B8DD43
Black with #B8DD43
Text Example
Text Example
White with #B8DD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DD43; }
p { color: rgb(184,221,67); }
H1.HeaderClassName
{
color: #B8DD43;
}
.AnyTagClassName
{
color: #B8DD43;
}
</style>
background-color css
<style>
a { background-color: #B8DD43; }
a { background-color: rgb(184,221,67); }
div.DivClassName
{
background-color: #B8DD43;
}
.BgClassName
{
background-color: #B8DD43;
}
</style>
border-color css
<style>
span { border-color: #B8DD43; }
span { border-color: rgb(184,221,67); }
td.TdClassName
{
border-color: #B8DD43;
}
.TagClassName
{
border-color: #B8DD43;
}
</style>