Shades of Conifer #B4D64A
Tints of Conifer #B4D64A
RGB
CMYK
RGB Variations
Color information
#B4D64A (or 0xB4D64A) is known color: Conifer. HEX triplet: B4, D6 and 4A. RGB value is (180,214,74). Sum of RGB (Red+Green+Blue) = 180+214+74=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D64A is #4B29B5. Grayscale: #BCBCBC. Windows color (decimal): -4925878 or 4904628. OLE color: 4904628.
HSL color Cylindrical-coordinate representation of color #B4D64A: hue angle of 74.57º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B4D64A is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 214 | 74 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.16 |
| HSL | 74.57º | 0.63% | 0.56% | - |
| HSV(B) | 74.57º | 0.65% | 0.84% | - |
| XYZ | 44.1 | 58.29 | 15.41 | - |
| YUV | 187.87 | 63.74 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 214 | 74 | 0.16 | 0 | 0.65 | 0.16 | 74.57 | 0.63 | 0.56 |
| Hex | B4 | D6 | 4A | 10 | 0 | 41 | 10 | 4B | 3F | 38 |
| Octal | 264 | 326 | 112 | 20 | 0 | 101 | 20 | 113 | 77 | 70 |
| Binary | 10110100 | 11010110 | 1001010 | 10000 | 0 | 1000001 | 10000 | 1001011 | 111111 | 111000 |
Color Harmonies of #B4D64A
Complementary color
Monochromatic Colors of #B4D64A
Black with #B4D64A
Text Example
Text Example
White with #B4D64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D64A; }
p { color: rgb(180,214,74); }
H1.HeaderClassName
{
color: #B4D64A;
}
.AnyTagClassName
{
color: #B4D64A;
}
</style>
background-color css
<style>
a { background-color: #B4D64A; }
a { background-color: rgb(180,214,74); }
div.DivClassName
{
background-color: #B4D64A;
}
.BgClassName
{
background-color: #B4D64A;
}
</style>
border-color css
<style>
span { border-color: #B4D64A; }
span { border-color: rgb(180,214,74); }
td.TdClassName
{
border-color: #B4D64A;
}
.TagClassName
{
border-color: #B4D64A;
}
</style>