Shades of Conifer #B1DB50
Tints of Conifer #B1DB50
RGB
CMYK
RGB Variations
Color information
#B1DB50 (or 0xB1DB50) is known color: Conifer. HEX triplet: B1, DB and 50. RGB value is (177,219,80). Sum of RGB (Red+Green+Blue) = 177+219+80=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 80 (31.64% from 255 or 16.81% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DB50 is #4E24AF. Grayscale: #BFBFBF. Windows color (decimal): -5121200 or 5299121. OLE color: 5299121.
HSL color Cylindrical-coordinate representation of color #B1DB50: hue angle of 78.13º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B1DB50 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 219 | 80 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.14 |
| HSL | 78.13º | 0.66% | 0.59% | - |
| HSV(B) | 78.13º | 0.63% | 0.86% | - |
| XYZ | 44.91 | 60.59 | 16.92 | - |
| YUV | 190.6 | 65.59 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 80 | 0.19 | 0 | 0.63 | 0.14 | 78.13 | 0.66 | 0.59 |
| Hex | B1 | DB | 50 | 13 | 0 | 3F | E | 4E | 42 | 3B |
| Octal | 261 | 333 | 120 | 23 | 0 | 77 | 16 | 116 | 102 | 73 |
| Binary | 10110001 | 11011011 | 1010000 | 10011 | 0 | 111111 | 1110 | 1001110 | 1000010 | 111011 |
Color Harmonies of #B1DB50
Complementary color
Monochromatic Colors of #B1DB50
Black with #B1DB50
Text Example
Text Example
White with #B1DB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DB50; }
p { color: rgb(177,219,80); }
H1.HeaderClassName
{
color: #B1DB50;
}
.AnyTagClassName
{
color: #B1DB50;
}
</style>
background-color css
<style>
a { background-color: #B1DB50; }
a { background-color: rgb(177,219,80); }
div.DivClassName
{
background-color: #B1DB50;
}
.BgClassName
{
background-color: #B1DB50;
}
</style>
border-color css
<style>
span { border-color: #B1DB50; }
span { border-color: rgb(177,219,80); }
td.TdClassName
{
border-color: #B1DB50;
}
.TagClassName
{
border-color: #B1DB50;
}
</style>