Shades of Conifer #B1D045
Tints of Conifer #B1D045
RGB
CMYK
RGB Variations
Color information
#B1D045 (or 0xB1D045) is known color: Conifer. HEX triplet: B1, D0 and 45. RGB value is (177,208,69). Sum of RGB (Red+Green+Blue) = 177+208+69=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 69 (27.34% from 255 or 15.20% from 454); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D045 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D045 is #4E2FBA. Grayscale: #B7B7B7. Windows color (decimal): -5124027 or 4575409. OLE color: 4575409.
HSL color Cylindrical-coordinate representation of color #B1D045: hue angle of 73.38º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1D045 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 208 | 69 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.18 |
| HSL | 73.38º | 0.6% | 0.54% | - |
| HSV(B) | 73.38º | 0.67% | 0.82% | - |
| XYZ | 41.76 | 54.89 | 14.02 | - |
| YUV | 182.89 | 63.73 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 208 | 69 | 0.15 | 0 | 0.67 | 0.18 | 73.38 | 0.6 | 0.54 |
| Hex | B1 | D0 | 45 | F | 0 | 43 | 12 | 49 | 3C | 36 |
| Octal | 261 | 320 | 105 | 17 | 0 | 103 | 22 | 111 | 74 | 66 |
| Binary | 10110001 | 11010000 | 1000101 | 1111 | 0 | 1000011 | 10010 | 1001001 | 111100 | 110110 |
Color Harmonies of #B1D045
Complementary color
Monochromatic Colors of #B1D045
Black with #B1D045
Text Example
Text Example
White with #B1D045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D045; }
p { color: rgb(177,208,69); }
H1.HeaderClassName
{
color: #B1D045;
}
.AnyTagClassName
{
color: #B1D045;
}
</style>
background-color css
<style>
a { background-color: #B1D045; }
a { background-color: rgb(177,208,69); }
div.DivClassName
{
background-color: #B1D045;
}
.BgClassName
{
background-color: #B1D045;
}
</style>
border-color css
<style>
span { border-color: #B1D045; }
span { border-color: rgb(177,208,69); }
td.TdClassName
{
border-color: #B1D045;
}
.TagClassName
{
border-color: #B1D045;
}
</style>