Shades of Conifer #B4D645
Tints of Conifer #B4D645
RGB
CMYK
RGB Variations
Color information
#B4D645 (or 0xB4D645) is known color: Conifer. HEX triplet: B4, D6 and 45. RGB value is (180,214,69). Sum of RGB (Red+Green+Blue) = 180+214+69=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 214 (83.98% from 255 or 46.22% from 463); Blue value is 69 (27.34% from 255 or 14.90% from 463); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D645 is #4B29BA. Grayscale: #BBBBBB. Windows color (decimal): -4925883 or 4576948. OLE color: 4576948.
HSL color Cylindrical-coordinate representation of color #B4D645: hue angle of 74.07º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B4D645 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 214 | 69 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.16 |
| HSL | 74.07º | 0.64% | 0.55% | - |
| HSV(B) | 74.07º | 0.68% | 0.84% | - |
| XYZ | 43.94 | 58.23 | 14.55 | - |
| YUV | 187.3 | 61.24 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 214 | 69 | 0.16 | 0 | 0.68 | 0.16 | 74.07 | 0.64 | 0.55 |
| Hex | B4 | D6 | 45 | 10 | 0 | 44 | 10 | 4A | 40 | 37 |
| Octal | 264 | 326 | 105 | 20 | 0 | 104 | 20 | 112 | 100 | 67 |
| Binary | 10110100 | 11010110 | 1000101 | 10000 | 0 | 1000100 | 10000 | 1001010 | 1000000 | 110111 |
Color Harmonies of #B4D645
Complementary color
Monochromatic Colors of #B4D645
Black with #B4D645
Text Example
Text Example
White with #B4D645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D645; }
p { color: rgb(180,214,69); }
H1.HeaderClassName
{
color: #B4D645;
}
.AnyTagClassName
{
color: #B4D645;
}
</style>
background-color css
<style>
a { background-color: #B4D645; }
a { background-color: rgb(180,214,69); }
div.DivClassName
{
background-color: #B4D645;
}
.BgClassName
{
background-color: #B4D645;
}
</style>
border-color css
<style>
span { border-color: #B4D645; }
span { border-color: rgb(180,214,69); }
td.TdClassName
{
border-color: #B4D645;
}
.TagClassName
{
border-color: #B4D645;
}
</style>