Shades of Conifer #B1DB41
Tints of Conifer #B1DB41
RGB
CMYK
RGB Variations
Color information
#B1DB41 (or 0xB1DB41) is known color: Conifer. HEX triplet: B1, DB and 41. RGB value is (177,219,65). Sum of RGB (Red+Green+Blue) = 177+219+65=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 65 (25.78% from 255 or 14.10% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DB41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DB41 is #4E24BE. Grayscale: #BDBDBD. Windows color (decimal): -5121215 or 4316081. OLE color: 4316081.
HSL color Cylindrical-coordinate representation of color #B1DB41: hue angle of 76.36º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B1DB41 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 219 | 65 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.14 |
| HSL | 76.36º | 0.68% | 0.56% | - |
| HSV(B) | 76.36º | 0.7% | 0.86% | - |
| XYZ | 44.42 | 60.39 | 14.32 | - |
| YUV | 188.89 | 58.09 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 65 | 0.19 | 0 | 0.70 | 0.14 | 76.36 | 0.68 | 0.56 |
| Hex | B1 | DB | 41 | 13 | 0 | 46 | E | 4C | 44 | 38 |
| Octal | 261 | 333 | 101 | 23 | 0 | 106 | 16 | 114 | 104 | 70 |
| Binary | 10110001 | 11011011 | 1000001 | 10011 | 0 | 1000110 | 1110 | 1001100 | 1000100 | 111000 |
Color Harmonies of #B1DB41
Complementary color
Monochromatic Colors of #B1DB41
Black with #B1DB41
Text Example
Text Example
White with #B1DB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DB41; }
p { color: rgb(177,219,65); }
H1.HeaderClassName
{
color: #B1DB41;
}
.AnyTagClassName
{
color: #B1DB41;
}
</style>
background-color css
<style>
a { background-color: #B1DB41; }
a { background-color: rgb(177,219,65); }
div.DivClassName
{
background-color: #B1DB41;
}
.BgClassName
{
background-color: #B1DB41;
}
</style>
border-color css
<style>
span { border-color: #B1DB41; }
span { border-color: rgb(177,219,65); }
td.TdClassName
{
border-color: #B1DB41;
}
.TagClassName
{
border-color: #B1DB41;
}
</style>