Shades of Conifer #B4D543
Tints of Conifer #B4D543
RGB
CMYK
RGB Variations
Color information
#B4D543 (or 0xB4D543) is known color: Conifer. HEX triplet: B4, D5 and 43. RGB value is (180,213,67). Sum of RGB (Red+Green+Blue) = 180+213+67=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 67 (26.56% from 255 or 14.57% from 460); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D543 is #4B2ABC. Grayscale: #BBBBBB. Windows color (decimal): -4926141 or 4445620. OLE color: 4445620.
HSL color Cylindrical-coordinate representation of color #B4D543: hue angle of 73.56º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B4D543 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 213 | 67 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.16 |
| HSL | 73.56º | 0.63% | 0.55% | - |
| HSV(B) | 73.56º | 0.69% | 0.84% | - |
| XYZ | 43.63 | 57.7 | 14.15 | - |
| YUV | 186.49 | 60.57 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 213 | 67 | 0.15 | 0 | 0.69 | 0.16 | 73.56 | 0.63 | 0.55 |
| Hex | B4 | D5 | 43 | F | 0 | 45 | 10 | 4A | 3F | 37 |
| Octal | 264 | 325 | 103 | 17 | 0 | 105 | 20 | 112 | 77 | 67 |
| Binary | 10110100 | 11010101 | 1000011 | 1111 | 0 | 1000101 | 10000 | 1001010 | 111111 | 110111 |
Color Harmonies of #B4D543
Complementary color
Monochromatic Colors of #B4D543
Black with #B4D543
Text Example
Text Example
White with #B4D543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D543; }
p { color: rgb(180,213,67); }
H1.HeaderClassName
{
color: #B4D543;
}
.AnyTagClassName
{
color: #B4D543;
}
</style>
background-color css
<style>
a { background-color: #B4D543; }
a { background-color: rgb(180,213,67); }
div.DivClassName
{
background-color: #B4D543;
}
.BgClassName
{
background-color: #B4D543;
}
</style>
border-color css
<style>
span { border-color: #B4D543; }
span { border-color: rgb(180,213,67); }
td.TdClassName
{
border-color: #B4D543;
}
.TagClassName
{
border-color: #B4D543;
}
</style>