Shades of Conifer #B4D051
Tints of Conifer #B4D051
RGB
CMYK
RGB Variations
Color information
#B4D051 (or 0xB4D051) is known color: Conifer. HEX triplet: B4, D0 and 51. RGB value is (180,208,81). Sum of RGB (Red+Green+Blue) = 180+208+81=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 81 (32.03% from 255 or 17.27% from 469); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D051 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D051 is #4B2FAE. Grayscale: #B9B9B9. Windows color (decimal): -4927407 or 5361844. OLE color: 5361844.
HSL color Cylindrical-coordinate representation of color #B4D051: hue angle of 73.23º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B4D051 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 208 | 81 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.18 |
| HSL | 73.23º | 0.57% | 0.57% | - |
| HSV(B) | 73.23º | 0.61% | 0.82% | - |
| XYZ | 42.86 | 55.41 | 16.22 | - |
| YUV | 185.15 | 69.22 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 208 | 81 | 0.13 | 0 | 0.61 | 0.18 | 73.23 | 0.57 | 0.57 |
| Hex | B4 | D0 | 51 | D | 0 | 3D | 12 | 49 | 39 | 39 |
| Octal | 264 | 320 | 121 | 15 | 0 | 75 | 22 | 111 | 71 | 71 |
| Binary | 10110100 | 11010000 | 1010001 | 1101 | 0 | 111101 | 10010 | 1001001 | 111001 | 111001 |
Color Harmonies of #B4D051
Complementary color
Monochromatic Colors of #B4D051
Black with #B4D051
Text Example
Text Example
White with #B4D051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D051; }
p { color: rgb(180,208,81); }
H1.HeaderClassName
{
color: #B4D051;
}
.AnyTagClassName
{
color: #B4D051;
}
</style>
background-color css
<style>
a { background-color: #B4D051; }
a { background-color: rgb(180,208,81); }
div.DivClassName
{
background-color: #B4D051;
}
.BgClassName
{
background-color: #B4D051;
}
</style>
border-color css
<style>
span { border-color: #B4D051; }
span { border-color: rgb(180,208,81); }
td.TdClassName
{
border-color: #B4D051;
}
.TagClassName
{
border-color: #B4D051;
}
</style>