Shades of Conifer #B1DB64
Tints of Conifer #B1DB64
RGB
CMYK
RGB Variations
Color information
#B1DB64 (or 0xB1DB64) is known color: Conifer. HEX triplet: B1, DB and 64. RGB value is (177,219,100). Sum of RGB (Red+Green+Blue) = 177+219+100=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DB64 is #4E249B. Grayscale: #C1C1C1. Windows color (decimal): -5121180 or 6609841. OLE color: 6609841.
HSL color Cylindrical-coordinate representation of color #B1DB64: hue angle of 81.18º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B1DB64 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 219 | 100 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.14 |
| HSL | 81.18º | 0.62% | 0.63% | - |
| HSV(B) | 81.18º | 0.54% | 0.86% | - |
| XYZ | 45.76 | 60.93 | 21.41 | - |
| YUV | 192.88 | 75.59 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 100 | 0.19 | 0 | 0.54 | 0.14 | 81.18 | 0.62 | 0.63 |
| Hex | B1 | DB | 64 | 13 | 0 | 36 | E | 51 | 3E | 3F |
| Octal | 261 | 333 | 144 | 23 | 0 | 66 | 16 | 121 | 76 | 77 |
| Binary | 10110001 | 11011011 | 1100100 | 10011 | 0 | 110110 | 1110 | 1010001 | 111110 | 111111 |
Color Harmonies of #B1DB64
Complementary color
Monochromatic Colors of #B1DB64
Black with #B1DB64
Text Example
Text Example
White with #B1DB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DB64; }
p { color: rgb(177,219,100); }
H1.HeaderClassName
{
color: #B1DB64;
}
.AnyTagClassName
{
color: #B1DB64;
}
</style>
background-color css
<style>
a { background-color: #B1DB64; }
a { background-color: rgb(177,219,100); }
div.DivClassName
{
background-color: #B1DB64;
}
.BgClassName
{
background-color: #B1DB64;
}
</style>
border-color css
<style>
span { border-color: #B1DB64; }
span { border-color: rgb(177,219,100); }
td.TdClassName
{
border-color: #B1DB64;
}
.TagClassName
{
border-color: #B1DB64;
}
</style>