Shades of Conifer #B1D84E
Tints of Conifer #B1D84E
RGB
CMYK
RGB Variations
Color information
#B1D84E (or 0xB1D84E) is known color: Conifer. HEX triplet: B1, D8 and 4E. RGB value is (177,216,78). Sum of RGB (Red+Green+Blue) = 177+216+78=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 216 (84.77% from 255 or 45.86% from 471); Blue value is 78 (30.86% from 255 or 16.56% from 471); Max value from RGB is 216 - color contains mainly: green. Hex color #B1D84E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D84E is #4E27B1. Grayscale: #BDBDBD. Windows color (decimal): -5121970 or 5167281. OLE color: 5167281.
HSL color Cylindrical-coordinate representation of color #B1D84E: hue angle of 76.96º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B1D84E is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 216 | 78 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.15 |
| HSL | 76.96º | 0.64% | 0.58% | - |
| HSV(B) | 76.96º | 0.64% | 0.85% | - |
| XYZ | 44.06 | 59.01 | 16.28 | - |
| YUV | 188.61 | 65.58 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 216 | 78 | 0.18 | 0 | 0.64 | 0.15 | 76.96 | 0.64 | 0.58 |
| Hex | B1 | D8 | 4E | 12 | 0 | 40 | F | 4D | 40 | 3A |
| Octal | 261 | 330 | 116 | 22 | 0 | 100 | 17 | 115 | 100 | 72 |
| Binary | 10110001 | 11011000 | 1001110 | 10010 | 0 | 1000000 | 1111 | 1001101 | 1000000 | 111010 |
Color Harmonies of #B1D84E
Complementary color
Monochromatic Colors of #B1D84E
Black with #B1D84E
Text Example
Text Example
White with #B1D84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D84E; }
p { color: rgb(177,216,78); }
H1.HeaderClassName
{
color: #B1D84E;
}
.AnyTagClassName
{
color: #B1D84E;
}
</style>
background-color css
<style>
a { background-color: #B1D84E; }
a { background-color: rgb(177,216,78); }
div.DivClassName
{
background-color: #B1D84E;
}
.BgClassName
{
background-color: #B1D84E;
}
</style>
border-color css
<style>
span { border-color: #B1D84E; }
span { border-color: rgb(177,216,78); }
td.TdClassName
{
border-color: #B1D84E;
}
.TagClassName
{
border-color: #B1D84E;
}
</style>