Shades of Conifer #B1DC41
Tints of Conifer #B1DC41
RGB
CMYK
RGB Variations
Color information
#B1DC41 (or 0xB1DC41) is known color: Conifer. HEX triplet: B1, DC and 41. RGB value is (177,220,65). Sum of RGB (Red+Green+Blue) = 177+220+65=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 65 (25.78% from 255 or 14.07% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DC41 is #4E23BE. Grayscale: #BEBEBE. Windows color (decimal): -5120959 or 4316337. OLE color: 4316337.
HSL color Cylindrical-coordinate representation of color #B1DC41: hue angle of 76.65º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B1DC41 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 220 | 65 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.14 |
| HSL | 76.65º | 0.69% | 0.56% | - |
| HSV(B) | 76.65º | 0.7% | 0.86% | - |
| XYZ | 44.68 | 60.92 | 14.4 | - |
| YUV | 189.47 | 57.75 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 220 | 65 | 0.20 | 0 | 0.70 | 0.14 | 76.65 | 0.69 | 0.56 |
| Hex | B1 | DC | 41 | 14 | 0 | 46 | E | 4D | 45 | 38 |
| Octal | 261 | 334 | 101 | 24 | 0 | 106 | 16 | 115 | 105 | 70 |
| Binary | 10110001 | 11011100 | 1000001 | 10100 | 0 | 1000110 | 1110 | 1001101 | 1000101 | 111000 |
Color Harmonies of #B1DC41
Complementary color
Monochromatic Colors of #B1DC41
Black with #B1DC41
Text Example
Text Example
White with #B1DC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DC41; }
p { color: rgb(177,220,65); }
H1.HeaderClassName
{
color: #B1DC41;
}
.AnyTagClassName
{
color: #B1DC41;
}
</style>
background-color css
<style>
a { background-color: #B1DC41; }
a { background-color: rgb(177,220,65); }
div.DivClassName
{
background-color: #B1DC41;
}
.BgClassName
{
background-color: #B1DC41;
}
</style>
border-color css
<style>
span { border-color: #B1DC41; }
span { border-color: rgb(177,220,65); }
td.TdClassName
{
border-color: #B1DC41;
}
.TagClassName
{
border-color: #B1DC41;
}
</style>