Shades of Conifer #B3D466
Tints of Conifer #B3D466
RGB
CMYK
RGB Variations
Color information
#B3D466 (or 0xB3D466) is known color: Conifer. HEX triplet: B3, D4 and 66. RGB value is (179,212,102). Sum of RGB (Red+Green+Blue) = 179+212+102=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 102 (40.23% from 255 or 20.69% from 493); Max value from RGB is 212 - color contains mainly: green. Hex color #B3D466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D466 is #4C2B99. Grayscale: #BEBEBE. Windows color (decimal): -4991898 or 6739123. OLE color: 6739123.
HSL color Cylindrical-coordinate representation of color #B3D466: hue angle of 78º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B3D466 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 212 | 102 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.17 |
| HSL | 78º | 0.56% | 0.62% | - |
| HSV(B) | 78º | 0.52% | 0.83% | - |
| XYZ | 44.53 | 57.63 | 21.35 | - |
| YUV | 189.59 | 78.57 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 212 | 102 | 0.16 | 0 | 0.52 | 0.17 | 78 | 0.56 | 0.62 |
| Hex | B3 | D4 | 66 | 10 | 0 | 34 | 11 | 4E | 38 | 3E |
| Octal | 263 | 324 | 146 | 20 | 0 | 64 | 21 | 116 | 70 | 76 |
| Binary | 10110011 | 11010100 | 1100110 | 10000 | 0 | 110100 | 10001 | 1001110 | 111000 | 111110 |
Color Harmonies of #B3D466
Complementary color
Monochromatic Colors of #B3D466
Black with #B3D466
Text Example
Text Example
White with #B3D466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D466; }
p { color: rgb(179,212,102); }
H1.HeaderClassName
{
color: #B3D466;
}
.AnyTagClassName
{
color: #B3D466;
}
</style>
background-color css
<style>
a { background-color: #B3D466; }
a { background-color: rgb(179,212,102); }
div.DivClassName
{
background-color: #B3D466;
}
.BgClassName
{
background-color: #B3D466;
}
</style>
border-color css
<style>
span { border-color: #B3D466; }
span { border-color: rgb(179,212,102); }
td.TdClassName
{
border-color: #B3D466;
}
.TagClassName
{
border-color: #B3D466;
}
</style>