Shades of Conifer #B1DD6B
Tints of Conifer #B1DD6B
RGB
CMYK
RGB Variations
Color information
#B1DD6B (or 0xB1DD6B) is known color: Conifer. HEX triplet: B1, DD and 6B. RGB value is (177,221,107). Sum of RGB (Red+Green+Blue) = 177+221+107=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 107 (42.19% from 255 or 21.19% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DD6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DD6B is #4E2294. Grayscale: #C3C3C3. Windows color (decimal): -5120661 or 7069105. OLE color: 7069105.
HSL color Cylindrical-coordinate representation of color #B1DD6B: hue angle of 83.16º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B1DD6B is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 221 | 107 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.13 |
| HSL | 83.16º | 0.63% | 0.64% | - |
| HSV(B) | 83.16º | 0.52% | 0.87% | - |
| XYZ | 46.64 | 62.12 | 23.44 | - |
| YUV | 194.85 | 78.42 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 221 | 107 | 0.20 | 0 | 0.52 | 0.13 | 83.16 | 0.63 | 0.64 |
| Hex | B1 | DD | 6B | 14 | 0 | 34 | D | 53 | 3F | 40 |
| Octal | 261 | 335 | 153 | 24 | 0 | 64 | 15 | 123 | 77 | 100 |
| Binary | 10110001 | 11011101 | 1101011 | 10100 | 0 | 110100 | 1101 | 1010011 | 111111 | 1000000 |
Color Harmonies of #B1DD6B
Complementary color
Monochromatic Colors of #B1DD6B
Black with #B1DD6B
Text Example
Text Example
White with #B1DD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DD6B; }
p { color: rgb(177,221,107); }
H1.HeaderClassName
{
color: #B1DD6B;
}
.AnyTagClassName
{
color: #B1DD6B;
}
</style>
background-color css
<style>
a { background-color: #B1DD6B; }
a { background-color: rgb(177,221,107); }
div.DivClassName
{
background-color: #B1DD6B;
}
.BgClassName
{
background-color: #B1DD6B;
}
</style>
border-color css
<style>
span { border-color: #B1DD6B; }
span { border-color: rgb(177,221,107); }
td.TdClassName
{
border-color: #B1DD6B;
}
.TagClassName
{
border-color: #B1DD6B;
}
</style>