Shades of Conifer #B1D83D
Tints of Conifer #B1D83D
RGB
CMYK
RGB Variations
Color information
#B1D83D (or 0xB1D83D) is known color: Conifer. HEX triplet: B1, D8 and 3D. RGB value is (177,216,61). Sum of RGB (Red+Green+Blue) = 177+216+61=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 61 (24.22% from 255 or 13.44% from 454); Max value from RGB is 216 - color contains mainly: green. Hex color #B1D83D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D83D is #4E27C2. Grayscale: #BBBBBB. Windows color (decimal): -5121987 or 4053169. OLE color: 4053169.
HSL color Cylindrical-coordinate representation of color #B1D83D: hue angle of 75.1º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B1D83D is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 216 | 61 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.15 |
| HSL | 75.1º | 0.67% | 0.54% | - |
| HSV(B) | 75.1º | 0.72% | 0.85% | - |
| XYZ | 43.53 | 58.8 | 13.47 | - |
| YUV | 186.67 | 57.08 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 216 | 61 | 0.18 | 0 | 0.72 | 0.15 | 75.1 | 0.67 | 0.54 |
| Hex | B1 | D8 | 3D | 12 | 0 | 48 | F | 4B | 43 | 36 |
| Octal | 261 | 330 | 75 | 22 | 0 | 110 | 17 | 113 | 103 | 66 |
| Binary | 10110001 | 11011000 | 111101 | 10010 | 0 | 1001000 | 1111 | 1001011 | 1000011 | 110110 |
Color Harmonies of #B1D83D
Complementary color
Monochromatic Colors of #B1D83D
Black with #B1D83D
Text Example
Text Example
White with #B1D83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D83D; }
p { color: rgb(177,216,61); }
H1.HeaderClassName
{
color: #B1D83D;
}
.AnyTagClassName
{
color: #B1D83D;
}
</style>
background-color css
<style>
a { background-color: #B1D83D; }
a { background-color: rgb(177,216,61); }
div.DivClassName
{
background-color: #B1D83D;
}
.BgClassName
{
background-color: #B1D83D;
}
</style>
border-color css
<style>
span { border-color: #B1D83D; }
span { border-color: rgb(177,216,61); }
td.TdClassName
{
border-color: #B1D83D;
}
.TagClassName
{
border-color: #B1D83D;
}
</style>