Shades of Conifer #B1D15D
Tints of Conifer #B1D15D
RGB
CMYK
RGB Variations
Color information
#B1D15D (or 0xB1D15D) is known color: Conifer. HEX triplet: B1, D1 and 5D. RGB value is (177,209,93). Sum of RGB (Red+Green+Blue) = 177+209+93=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 209 - color contains mainly: green. Hex color #B1D15D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D15D is #4E2EA2. Grayscale: #BABABA. Windows color (decimal): -5123747 or 6148529. OLE color: 6148529.
HSL color Cylindrical-coordinate representation of color #B1D15D: hue angle of 76.55º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B1D15D is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 209 | 93 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.18 |
| HSL | 76.55º | 0.56% | 0.59% | - |
| HSV(B) | 76.55º | 0.56% | 0.82% | - |
| XYZ | 42.91 | 55.74 | 18.85 | - |
| YUV | 186.21 | 75.4 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 209 | 93 | 0.15 | 0 | 0.56 | 0.18 | 76.55 | 0.56 | 0.59 |
| Hex | B1 | D1 | 5D | F | 0 | 38 | 12 | 4D | 38 | 3B |
| Octal | 261 | 321 | 135 | 17 | 0 | 70 | 22 | 115 | 70 | 73 |
| Binary | 10110001 | 11010001 | 1011101 | 1111 | 0 | 111000 | 10010 | 1001101 | 111000 | 111011 |
Color Harmonies of #B1D15D
Complementary color
Monochromatic Colors of #B1D15D
Black with #B1D15D
Text Example
Text Example
White with #B1D15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D15D; }
p { color: rgb(177,209,93); }
H1.HeaderClassName
{
color: #B1D15D;
}
.AnyTagClassName
{
color: #B1D15D;
}
</style>
background-color css
<style>
a { background-color: #B1D15D; }
a { background-color: rgb(177,209,93); }
div.DivClassName
{
background-color: #B1D15D;
}
.BgClassName
{
background-color: #B1D15D;
}
</style>
border-color css
<style>
span { border-color: #B1D15D; }
span { border-color: rgb(177,209,93); }
td.TdClassName
{
border-color: #B1D15D;
}
.TagClassName
{
border-color: #B1D15D;
}
</style>