Shades of Conifer #B1DF49
Tints of Conifer #B1DF49
RGB
CMYK
RGB Variations
Color information
#B1DF49 (or 0xB1DF49) is known color: Conifer. HEX triplet: B1, DF and 49. RGB value is (177,223,73). Sum of RGB (Red+Green+Blue) = 177+223+73=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 73 (28.91% from 255 or 15.43% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DF49 is #4E20B6. Grayscale: #C0C0C0. Windows color (decimal): -5120183 or 4841393. OLE color: 4841393.
HSL color Cylindrical-coordinate representation of color #B1DF49: hue angle of 78.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1DF49 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 223 | 73 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.13 |
| HSL | 78.4º | 0.7% | 0.58% | - |
| HSV(B) | 78.4º | 0.67% | 0.87% | - |
| XYZ | 45.72 | 62.6 | 15.98 | - |
| YUV | 192.15 | 60.76 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 223 | 73 | 0.21 | 0 | 0.67 | 0.13 | 78.4 | 0.7 | 0.58 |
| Hex | B1 | DF | 49 | 15 | 0 | 43 | D | 4E | 46 | 3A |
| Octal | 261 | 337 | 111 | 25 | 0 | 103 | 15 | 116 | 106 | 72 |
| Binary | 10110001 | 11011111 | 1001001 | 10101 | 0 | 1000011 | 1101 | 1001110 | 1000110 | 111010 |
Color Harmonies of #B1DF49
Complementary color
Monochromatic Colors of #B1DF49
Black with #B1DF49
Text Example
Text Example
White with #B1DF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DF49; }
p { color: rgb(177,223,73); }
H1.HeaderClassName
{
color: #B1DF49;
}
.AnyTagClassName
{
color: #B1DF49;
}
</style>
background-color css
<style>
a { background-color: #B1DF49; }
a { background-color: rgb(177,223,73); }
div.DivClassName
{
background-color: #B1DF49;
}
.BgClassName
{
background-color: #B1DF49;
}
</style>
border-color css
<style>
span { border-color: #B1DF49; }
span { border-color: rgb(177,223,73); }
td.TdClassName
{
border-color: #B1DF49;
}
.TagClassName
{
border-color: #B1DF49;
}
</style>