Shades of Conifer #B3D465
Tints of Conifer #B3D465
RGB
CMYK
RGB Variations
Color information
#B3D465 (or 0xB3D465) is known color: Conifer. HEX triplet: B3, D4 and 65. RGB value is (179,212,101). Sum of RGB (Red+Green+Blue) = 179+212+101=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 212 (83.20% from 255 or 43.09% from 492); Blue value is 101 (39.84% from 255 or 20.53% from 492); Max value from RGB is 212 - color contains mainly: green. Hex color #B3D465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D465 is #4C2B9A. Grayscale: #BDBDBD. Windows color (decimal): -4991899 or 6673587. OLE color: 6673587.
HSL color Cylindrical-coordinate representation of color #B3D465: hue angle of 77.84º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B3D465 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 212 | 101 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.17 |
| HSL | 77.84º | 0.56% | 0.61% | - |
| HSV(B) | 77.84º | 0.52% | 0.83% | - |
| XYZ | 44.48 | 57.61 | 21.09 | - |
| YUV | 189.48 | 78.07 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 212 | 101 | 0.16 | 0 | 0.52 | 0.17 | 77.84 | 0.56 | 0.61 |
| Hex | B3 | D4 | 65 | 10 | 0 | 34 | 11 | 4E | 38 | 3D |
| Octal | 263 | 324 | 145 | 20 | 0 | 64 | 21 | 116 | 70 | 75 |
| Binary | 10110011 | 11010100 | 1100101 | 10000 | 0 | 110100 | 10001 | 1001110 | 111000 | 111101 |
Color Harmonies of #B3D465
Complementary color
Monochromatic Colors of #B3D465
Black with #B3D465
Text Example
Text Example
White with #B3D465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D465; }
p { color: rgb(179,212,101); }
H1.HeaderClassName
{
color: #B3D465;
}
.AnyTagClassName
{
color: #B3D465;
}
</style>
background-color css
<style>
a { background-color: #B3D465; }
a { background-color: rgb(179,212,101); }
div.DivClassName
{
background-color: #B3D465;
}
.BgClassName
{
background-color: #B3D465;
}
</style>
border-color css
<style>
span { border-color: #B3D465; }
span { border-color: rgb(179,212,101); }
td.TdClassName
{
border-color: #B3D465;
}
.TagClassName
{
border-color: #B3D465;
}
</style>