Shades of Conifer #B1DF41
Tints of Conifer #B1DF41
RGB
CMYK
RGB Variations
Color information
#B1DF41 (or 0xB1DF41) is known color: Conifer. HEX triplet: B1, DF and 41. RGB value is (177,223,65). Sum of RGB (Red+Green+Blue) = 177+223+65=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 65 (25.78% from 255 or 13.98% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DF41 is #4E20BE. Grayscale: #BFBFBF. Windows color (decimal): -5120191 or 4317105. OLE color: 4317105.
HSL color Cylindrical-coordinate representation of color #B1DF41: hue angle of 77.47º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B1DF41 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 223 | 65 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.13 |
| HSL | 77.47º | 0.71% | 0.56% | - |
| HSV(B) | 77.47º | 0.71% | 0.87% | - |
| XYZ | 45.47 | 62.5 | 14.67 | - |
| YUV | 191.23 | 56.76 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 223 | 65 | 0.21 | 0 | 0.71 | 0.13 | 77.47 | 0.71 | 0.56 |
| Hex | B1 | DF | 41 | 15 | 0 | 47 | D | 4D | 47 | 38 |
| Octal | 261 | 337 | 101 | 25 | 0 | 107 | 15 | 115 | 107 | 70 |
| Binary | 10110001 | 11011111 | 1000001 | 10101 | 0 | 1000111 | 1101 | 1001101 | 1000111 | 111000 |
Color Harmonies of #B1DF41
Complementary color
Monochromatic Colors of #B1DF41
Black with #B1DF41
Text Example
Text Example
White with #B1DF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DF41; }
p { color: rgb(177,223,65); }
H1.HeaderClassName
{
color: #B1DF41;
}
.AnyTagClassName
{
color: #B1DF41;
}
</style>
background-color css
<style>
a { background-color: #B1DF41; }
a { background-color: rgb(177,223,65); }
div.DivClassName
{
background-color: #B1DF41;
}
.BgClassName
{
background-color: #B1DF41;
}
</style>
border-color css
<style>
span { border-color: #B1DF41; }
span { border-color: rgb(177,223,65); }
td.TdClassName
{
border-color: #B1DF41;
}
.TagClassName
{
border-color: #B1DF41;
}
</style>