Shades of Conifer #B4D64F
Tints of Conifer #B4D64F
RGB
CMYK
RGB Variations
Color information
#B4D64F (or 0xB4D64F) is known color: Conifer. HEX triplet: B4, D6 and 4F. RGB value is (180,214,79). Sum of RGB (Red+Green+Blue) = 180+214+79=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 79 (31.25% from 255 or 16.70% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D64F is #4B29B0. Grayscale: #BCBCBC. Windows color (decimal): -4925873 or 5232308. OLE color: 5232308.
HSL color Cylindrical-coordinate representation of color #B4D64F: hue angle of 75.11º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B4D64F is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 214 | 79 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.16 |
| HSL | 75.11º | 0.62% | 0.57% | - |
| HSV(B) | 75.11º | 0.63% | 0.84% | - |
| XYZ | 44.28 | 58.36 | 16.33 | - |
| YUV | 188.44 | 66.24 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 214 | 79 | 0.16 | 0 | 0.63 | 0.16 | 75.11 | 0.62 | 0.57 |
| Hex | B4 | D6 | 4F | 10 | 0 | 3F | 10 | 4B | 3E | 39 |
| Octal | 264 | 326 | 117 | 20 | 0 | 77 | 20 | 113 | 76 | 71 |
| Binary | 10110100 | 11010110 | 1001111 | 10000 | 0 | 111111 | 10000 | 1001011 | 111110 | 111001 |
Color Harmonies of #B4D64F
Complementary color
Monochromatic Colors of #B4D64F
Black with #B4D64F
Text Example
Text Example
White with #B4D64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D64F; }
p { color: rgb(180,214,79); }
H1.HeaderClassName
{
color: #B4D64F;
}
.AnyTagClassName
{
color: #B4D64F;
}
</style>
background-color css
<style>
a { background-color: #B4D64F; }
a { background-color: rgb(180,214,79); }
div.DivClassName
{
background-color: #B4D64F;
}
.BgClassName
{
background-color: #B4D64F;
}
</style>
border-color css
<style>
span { border-color: #B4D64F; }
span { border-color: rgb(180,214,79); }
td.TdClassName
{
border-color: #B4D64F;
}
.TagClassName
{
border-color: #B4D64F;
}
</style>