Shades of Conifer #B4D14D
Tints of Conifer #B4D14D
RGB
CMYK
RGB Variations
Color information
#B4D14D (or 0xB4D14D) is known color: Conifer. HEX triplet: B4, D1 and 4D. RGB value is (180,209,77). Sum of RGB (Red+Green+Blue) = 180+209+77=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 77 (30.47% from 255 or 16.52% from 466); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D14D is #4B2EB2. Grayscale: #B9B9B9. Windows color (decimal): -4927155 or 5099956. OLE color: 5099956.
HSL color Cylindrical-coordinate representation of color #B4D14D: hue angle of 73.18º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B4D14D is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 209 | 77 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.18 |
| HSL | 73.18º | 0.59% | 0.56% | - |
| HSV(B) | 73.18º | 0.63% | 0.82% | - |
| XYZ | 42.96 | 55.84 | 15.54 | - |
| YUV | 185.28 | 66.89 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 209 | 77 | 0.14 | 0 | 0.63 | 0.18 | 73.18 | 0.59 | 0.56 |
| Hex | B4 | D1 | 4D | E | 0 | 3F | 12 | 49 | 3B | 38 |
| Octal | 264 | 321 | 115 | 16 | 0 | 77 | 22 | 111 | 73 | 70 |
| Binary | 10110100 | 11010001 | 1001101 | 1110 | 0 | 111111 | 10010 | 1001001 | 111011 | 111000 |
Color Harmonies of #B4D14D
Complementary color
Monochromatic Colors of #B4D14D
Black with #B4D14D
Text Example
Text Example
White with #B4D14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D14D; }
p { color: rgb(180,209,77); }
H1.HeaderClassName
{
color: #B4D14D;
}
.AnyTagClassName
{
color: #B4D14D;
}
</style>
background-color css
<style>
a { background-color: #B4D14D; }
a { background-color: rgb(180,209,77); }
div.DivClassName
{
background-color: #B4D14D;
}
.BgClassName
{
background-color: #B4D14D;
}
</style>
border-color css
<style>
span { border-color: #B4D14D; }
span { border-color: rgb(180,209,77); }
td.TdClassName
{
border-color: #B4D14D;
}
.TagClassName
{
border-color: #B4D14D;
}
</style>