Shades of Conifer #B4D251
Tints of Conifer #B4D251
RGB
CMYK
RGB Variations
Color information
#B4D251 (or 0xB4D251) is known color: Conifer. HEX triplet: B4, D2 and 51. RGB value is (180,210,81). Sum of RGB (Red+Green+Blue) = 180+210+81=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 81 (32.03% from 255 or 17.20% from 471); Max value from RGB is 210 - color contains mainly: green. Hex color #B4D251 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D251 is #4B2DAE. Grayscale: #BABABA. Windows color (decimal): -4926895 or 5362356. OLE color: 5362356.
HSL color Cylindrical-coordinate representation of color #B4D251: hue angle of 73.95º degrees, saturation: 0.59, 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 #B4D251 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 210 | 81 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.18 |
| HSL | 73.95º | 0.59% | 0.57% | - |
| HSV(B) | 73.95º | 0.61% | 0.82% | - |
| XYZ | 43.35 | 56.39 | 16.38 | - |
| YUV | 186.32 | 68.56 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 210 | 81 | 0.14 | 0 | 0.61 | 0.18 | 73.95 | 0.59 | 0.57 |
| Hex | B4 | D2 | 51 | E | 0 | 3D | 12 | 4A | 3B | 39 |
| Octal | 264 | 322 | 121 | 16 | 0 | 75 | 22 | 112 | 73 | 71 |
| Binary | 10110100 | 11010010 | 1010001 | 1110 | 0 | 111101 | 10010 | 1001010 | 111011 | 111001 |
Color Harmonies of #B4D251
Complementary color
Monochromatic Colors of #B4D251
Black with #B4D251
Text Example
Text Example
White with #B4D251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D251; }
p { color: rgb(180,210,81); }
H1.HeaderClassName
{
color: #B4D251;
}
.AnyTagClassName
{
color: #B4D251;
}
</style>
background-color css
<style>
a { background-color: #B4D251; }
a { background-color: rgb(180,210,81); }
div.DivClassName
{
background-color: #B4D251;
}
.BgClassName
{
background-color: #B4D251;
}
</style>
border-color css
<style>
span { border-color: #B4D251; }
span { border-color: rgb(180,210,81); }
td.TdClassName
{
border-color: #B4D251;
}
.TagClassName
{
border-color: #B4D251;
}
</style>