Shades of Conifer #B0DF43
Tints of Conifer #B0DF43
RGB
CMYK
RGB Variations
Color information
#B0DF43 (or 0xB0DF43) is known color: Conifer. HEX triplet: B0, DF and 43. RGB value is (176,223,67). Sum of RGB (Red+Green+Blue) = 176+223+67=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 67 (26.56% from 255 or 14.38% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DF43 is #4F20BC. Grayscale: #BFBFBF. Windows color (decimal): -5185725 or 4448176. OLE color: 4448176.
HSL color Cylindrical-coordinate representation of color #B0DF43: hue angle of 78.08º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0DF43 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 223 | 67 | - |
| CMYK | 0.21 | 0 | 0.70 | 0.13 |
| HSL | 78.08º | 0.71% | 0.57% | - |
| HSV(B) | 78.08º | 0.7% | 0.87% | - |
| XYZ | 45.31 | 62.41 | 14.97 | - |
| YUV | 191.16 | 57.93 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 67 | 0.21 | 0 | 0.70 | 0.13 | 78.08 | 0.71 | 0.57 |
| Hex | B0 | DF | 43 | 15 | 0 | 46 | D | 4E | 47 | 39 |
| Octal | 260 | 337 | 103 | 25 | 0 | 106 | 15 | 116 | 107 | 71 |
| Binary | 10110000 | 11011111 | 1000011 | 10101 | 0 | 1000110 | 1101 | 1001110 | 1000111 | 111001 |
Color Harmonies of #B0DF43
Complementary color
Monochromatic Colors of #B0DF43
Black with #B0DF43
Text Example
Text Example
White with #B0DF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DF43; }
p { color: rgb(176,223,67); }
H1.HeaderClassName
{
color: #B0DF43;
}
.AnyTagClassName
{
color: #B0DF43;
}
</style>
background-color css
<style>
a { background-color: #B0DF43; }
a { background-color: rgb(176,223,67); }
div.DivClassName
{
background-color: #B0DF43;
}
.BgClassName
{
background-color: #B0DF43;
}
</style>
border-color css
<style>
span { border-color: #B0DF43; }
span { border-color: rgb(176,223,67); }
td.TdClassName
{
border-color: #B0DF43;
}
.TagClassName
{
border-color: #B0DF43;
}
</style>