Shades of Conifer #B1DB4D
Tints of Conifer #B1DB4D
RGB
CMYK
RGB Variations
Color information
#B1DB4D (or 0xB1DB4D) is known color: Conifer. HEX triplet: B1, DB and 4D. RGB value is (177,219,77). Sum of RGB (Red+Green+Blue) = 177+219+77=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 77 (30.47% from 255 or 16.28% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DB4D is #4E24B2. Grayscale: #BEBEBE. Windows color (decimal): -5121203 or 5102513. OLE color: 5102513.
HSL color Cylindrical-coordinate representation of color #B1DB4D: hue angle of 77.75º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B1DB4D is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 219 | 77 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.14 |
| HSL | 77.75º | 0.66% | 0.58% | - |
| HSV(B) | 77.75º | 0.65% | 0.86% | - |
| XYZ | 44.8 | 60.55 | 16.35 | - |
| YUV | 190.25 | 64.09 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 77 | 0.19 | 0 | 0.65 | 0.14 | 77.75 | 0.66 | 0.58 |
| Hex | B1 | DB | 4D | 13 | 0 | 41 | E | 4E | 42 | 3A |
| Octal | 261 | 333 | 115 | 23 | 0 | 101 | 16 | 116 | 102 | 72 |
| Binary | 10110001 | 11011011 | 1001101 | 10011 | 0 | 1000001 | 1110 | 1001110 | 1000010 | 111010 |
Color Harmonies of #B1DB4D
Complementary color
Monochromatic Colors of #B1DB4D
Black with #B1DB4D
Text Example
Text Example
White with #B1DB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DB4D; }
p { color: rgb(177,219,77); }
H1.HeaderClassName
{
color: #B1DB4D;
}
.AnyTagClassName
{
color: #B1DB4D;
}
</style>
background-color css
<style>
a { background-color: #B1DB4D; }
a { background-color: rgb(177,219,77); }
div.DivClassName
{
background-color: #B1DB4D;
}
.BgClassName
{
background-color: #B1DB4D;
}
</style>
border-color css
<style>
span { border-color: #B1DB4D; }
span { border-color: rgb(177,219,77); }
td.TdClassName
{
border-color: #B1DB4D;
}
.TagClassName
{
border-color: #B1DB4D;
}
</style>