Shades of Conifer #B1DB48
Tints of Conifer #B1DB48
RGB
CMYK
RGB Variations
Color information
#B1DB48 (or 0xB1DB48) is known color: Conifer. HEX triplet: B1, DB and 48. RGB value is (177,219,72). Sum of RGB (Red+Green+Blue) = 177+219+72=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 72 (28.52% from 255 or 15.38% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DB48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DB48 is #4E24B7. Grayscale: #BEBEBE. Windows color (decimal): -5121208 or 4774833. OLE color: 4774833.
HSL color Cylindrical-coordinate representation of color #B1DB48: hue angle of 77.14º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1DB48 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 219 | 72 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.14 |
| HSL | 77.14º | 0.67% | 0.57% | - |
| HSV(B) | 77.14º | 0.67% | 0.86% | - |
| XYZ | 44.63 | 60.48 | 15.45 | - |
| YUV | 189.68 | 61.59 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 72 | 0.19 | 0 | 0.67 | 0.14 | 77.14 | 0.67 | 0.57 |
| Hex | B1 | DB | 48 | 13 | 0 | 43 | E | 4D | 43 | 39 |
| Octal | 261 | 333 | 110 | 23 | 0 | 103 | 16 | 115 | 103 | 71 |
| Binary | 10110001 | 11011011 | 1001000 | 10011 | 0 | 1000011 | 1110 | 1001101 | 1000011 | 111001 |
Color Harmonies of #B1DB48
Complementary color
Monochromatic Colors of #B1DB48
Black with #B1DB48
Text Example
Text Example
White with #B1DB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DB48; }
p { color: rgb(177,219,72); }
H1.HeaderClassName
{
color: #B1DB48;
}
.AnyTagClassName
{
color: #B1DB48;
}
</style>
background-color css
<style>
a { background-color: #B1DB48; }
a { background-color: rgb(177,219,72); }
div.DivClassName
{
background-color: #B1DB48;
}
.BgClassName
{
background-color: #B1DB48;
}
</style>
border-color css
<style>
span { border-color: #B1DB48; }
span { border-color: rgb(177,219,72); }
td.TdClassName
{
border-color: #B1DB48;
}
.TagClassName
{
border-color: #B1DB48;
}
</style>