Shades of Conifer #B1DD63
Tints of Conifer #B1DD63
RGB
CMYK
RGB Variations
Color information
#B1DD63 (or 0xB1DD63) is known color: Conifer. HEX triplet: B1, DD and 63. RGB value is (177,221,99). Sum of RGB (Red+Green+Blue) = 177+221+99=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 99 (39.06% from 255 or 19.92% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DD63 is #4E229C. Grayscale: #C2C2C2. Windows color (decimal): -5120669 or 6544817. OLE color: 6544817.
HSL color Cylindrical-coordinate representation of color #B1DD63: hue angle of 81.64º degrees, saturation: 0.64, 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 #B1DD63 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 221 | 99 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.13 |
| HSL | 81.64º | 0.64% | 0.63% | - |
| HSV(B) | 81.64º | 0.55% | 0.87% | - |
| XYZ | 46.24 | 61.96 | 21.33 | - |
| YUV | 193.94 | 74.42 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 221 | 99 | 0.20 | 0 | 0.55 | 0.13 | 81.64 | 0.64 | 0.63 |
| Hex | B1 | DD | 63 | 14 | 0 | 37 | D | 52 | 40 | 3F |
| Octal | 261 | 335 | 143 | 24 | 0 | 67 | 15 | 122 | 100 | 77 |
| Binary | 10110001 | 11011101 | 1100011 | 10100 | 0 | 110111 | 1101 | 1010010 | 1000000 | 111111 |
Color Harmonies of #B1DD63
Complementary color
Monochromatic Colors of #B1DD63
Black with #B1DD63
Text Example
Text Example
White with #B1DD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DD63; }
p { color: rgb(177,221,99); }
H1.HeaderClassName
{
color: #B1DD63;
}
.AnyTagClassName
{
color: #B1DD63;
}
</style>
background-color css
<style>
a { background-color: #B1DD63; }
a { background-color: rgb(177,221,99); }
div.DivClassName
{
background-color: #B1DD63;
}
.BgClassName
{
background-color: #B1DD63;
}
</style>
border-color css
<style>
span { border-color: #B1DD63; }
span { border-color: rgb(177,221,99); }
td.TdClassName
{
border-color: #B1DD63;
}
.TagClassName
{
border-color: #B1DD63;
}
</style>