Shades of Conifer #B1DE65
Tints of Conifer #B1DE65
RGB
CMYK
RGB Variations
Color information
#B1DE65 (or 0xB1DE65) is known color: Conifer. HEX triplet: B1, DE and 65. RGB value is (177,222,101). Sum of RGB (Red+Green+Blue) = 177+222+101=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DE65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DE65 is #4E219A. Grayscale: #C3C3C3. Windows color (decimal): -5120411 or 6676145. OLE color: 6676145.
HSL color Cylindrical-coordinate representation of color #B1DE65: hue angle of 82.31º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B1DE65 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 222 | 101 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.13 |
| HSL | 82.31º | 0.65% | 0.63% | - |
| HSV(B) | 82.31º | 0.55% | 0.87% | - |
| XYZ | 46.6 | 62.53 | 21.93 | - |
| YUV | 194.75 | 75.09 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 222 | 101 | 0.20 | 0 | 0.55 | 0.13 | 82.31 | 0.65 | 0.63 |
| Hex | B1 | DE | 65 | 14 | 0 | 37 | D | 52 | 41 | 3F |
| Octal | 261 | 336 | 145 | 24 | 0 | 67 | 15 | 122 | 101 | 77 |
| Binary | 10110001 | 11011110 | 1100101 | 10100 | 0 | 110111 | 1101 | 1010010 | 1000001 | 111111 |
Color Harmonies of #B1DE65
Complementary color
Monochromatic Colors of #B1DE65
Black with #B1DE65
Text Example
Text Example
White with #B1DE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DE65; }
p { color: rgb(177,222,101); }
H1.HeaderClassName
{
color: #B1DE65;
}
.AnyTagClassName
{
color: #B1DE65;
}
</style>
background-color css
<style>
a { background-color: #B1DE65; }
a { background-color: rgb(177,222,101); }
div.DivClassName
{
background-color: #B1DE65;
}
.BgClassName
{
background-color: #B1DE65;
}
</style>
border-color css
<style>
span { border-color: #B1DE65; }
span { border-color: rgb(177,222,101); }
td.TdClassName
{
border-color: #B1DE65;
}
.TagClassName
{
border-color: #B1DE65;
}
</style>