Shades of Conifer #B3DC43
Tints of Conifer #B3DC43
RGB
CMYK
RGB Variations
Color information
#B3DC43 (or 0xB3DC43) is known color: Conifer. HEX triplet: B3, DC and 43. RGB value is (179,220,67). Sum of RGB (Red+Green+Blue) = 179+220+67=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 67 (26.56% from 255 or 14.38% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DC43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3DC43 is #4C23BC. Grayscale: #BEBEBE. Windows color (decimal): -4989885 or 4447411. OLE color: 4447411.
HSL color Cylindrical-coordinate representation of color #B3DC43: hue angle of 76.08º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B3DC43 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 220 | 67 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.14 |
| HSL | 76.08º | 0.69% | 0.56% | - |
| HSV(B) | 76.08º | 0.7% | 0.86% | - |
| XYZ | 45.2 | 61.18 | 14.74 | - |
| YUV | 190.3 | 58.42 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 220 | 67 | 0.19 | 0 | 0.70 | 0.14 | 76.08 | 0.69 | 0.56 |
| Hex | B3 | DC | 43 | 13 | 0 | 46 | E | 4C | 45 | 38 |
| Octal | 263 | 334 | 103 | 23 | 0 | 106 | 16 | 114 | 105 | 70 |
| Binary | 10110011 | 11011100 | 1000011 | 10011 | 0 | 1000110 | 1110 | 1001100 | 1000101 | 111000 |
Color Harmonies of #B3DC43
Complementary color
Monochromatic Colors of #B3DC43
Black with #B3DC43
Text Example
Text Example
White with #B3DC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DC43; }
p { color: rgb(179,220,67); }
H1.HeaderClassName
{
color: #B3DC43;
}
.AnyTagClassName
{
color: #B3DC43;
}
</style>
background-color css
<style>
a { background-color: #B3DC43; }
a { background-color: rgb(179,220,67); }
div.DivClassName
{
background-color: #B3DC43;
}
.BgClassName
{
background-color: #B3DC43;
}
</style>
border-color css
<style>
span { border-color: #B3DC43; }
span { border-color: rgb(179,220,67); }
td.TdClassName
{
border-color: #B3DC43;
}
.TagClassName
{
border-color: #B3DC43;
}
</style>