Shades of Conifer #B4D754
Tints of Conifer #B4D754
RGB
CMYK
RGB Variations
Color information
#B4D754 (or 0xB4D754) is known color: Conifer. HEX triplet: B4, D7 and 54. RGB value is (180,215,84). Sum of RGB (Red+Green+Blue) = 180+215+84=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 215 (84.38% from 255 or 44.89% from 479); Blue value is 84 (33.20% from 255 or 17.54% from 479); Max value from RGB is 215 - color contains mainly: green. Hex color #B4D754 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D754 is #4B28AB. Grayscale: #BEBEBE. Windows color (decimal): -4925612 or 5560244. OLE color: 5560244.
HSL color Cylindrical-coordinate representation of color #B4D754: hue angle of 76.03º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B4D754 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 215 | 84 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.16 |
| HSL | 76.03º | 0.62% | 0.59% | - |
| HSV(B) | 76.03º | 0.61% | 0.84% | - |
| XYZ | 44.72 | 58.94 | 17.41 | - |
| YUV | 189.6 | 68.4 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 215 | 84 | 0.16 | 0 | 0.61 | 0.16 | 76.03 | 0.62 | 0.59 |
| Hex | B4 | D7 | 54 | 10 | 0 | 3D | 10 | 4C | 3E | 3B |
| Octal | 264 | 327 | 124 | 20 | 0 | 75 | 20 | 114 | 76 | 73 |
| Binary | 10110100 | 11010111 | 1010100 | 10000 | 0 | 111101 | 10000 | 1001100 | 111110 | 111011 |
Color Harmonies of #B4D754
Complementary color
Monochromatic Colors of #B4D754
Black with #B4D754
Text Example
Text Example
White with #B4D754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D754; }
p { color: rgb(180,215,84); }
H1.HeaderClassName
{
color: #B4D754;
}
.AnyTagClassName
{
color: #B4D754;
}
</style>
background-color css
<style>
a { background-color: #B4D754; }
a { background-color: rgb(180,215,84); }
div.DivClassName
{
background-color: #B4D754;
}
.BgClassName
{
background-color: #B4D754;
}
</style>
border-color css
<style>
span { border-color: #B4D754; }
span { border-color: rgb(180,215,84); }
td.TdClassName
{
border-color: #B4D754;
}
.TagClassName
{
border-color: #B4D754;
}
</style>