Shades of Conifer #B3DD6C
Tints of Conifer #B3DD6C
RGB
CMYK
RGB Variations
Color information
#B3DD6C (or 0xB3DD6C) is known color: Conifer. HEX triplet: B3, DD and 6C. RGB value is (179,221,108). Sum of RGB (Red+Green+Blue) = 179+221+108=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 108 (42.58% from 255 or 21.26% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3DD6C is #4C2293. Grayscale: #C3C3C3. Windows color (decimal): -4989588 or 7134643. OLE color: 7134643.
HSL color Cylindrical-coordinate representation of color #B3DD6C: hue angle of 82.3º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B3DD6C is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 221 | 108 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.13 |
| HSL | 82.3º | 0.62% | 0.65% | - |
| HSV(B) | 82.3º | 0.51% | 0.87% | - |
| XYZ | 47.15 | 62.38 | 23.74 | - |
| YUV | 195.56 | 78.59 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 221 | 108 | 0.19 | 0 | 0.51 | 0.13 | 82.3 | 0.62 | 0.65 |
| Hex | B3 | DD | 6C | 13 | 0 | 33 | D | 52 | 3E | 41 |
| Octal | 263 | 335 | 154 | 23 | 0 | 63 | 15 | 122 | 76 | 101 |
| Binary | 10110011 | 11011101 | 1101100 | 10011 | 0 | 110011 | 1101 | 1010010 | 111110 | 1000001 |
Color Harmonies of #B3DD6C
Complementary color
Monochromatic Colors of #B3DD6C
Black with #B3DD6C
Text Example
Text Example
White with #B3DD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DD6C; }
p { color: rgb(179,221,108); }
H1.HeaderClassName
{
color: #B3DD6C;
}
.AnyTagClassName
{
color: #B3DD6C;
}
</style>
background-color css
<style>
a { background-color: #B3DD6C; }
a { background-color: rgb(179,221,108); }
div.DivClassName
{
background-color: #B3DD6C;
}
.BgClassName
{
background-color: #B3DD6C;
}
</style>
border-color css
<style>
span { border-color: #B3DD6C; }
span { border-color: rgb(179,221,108); }
td.TdClassName
{
border-color: #B3DD6C;
}
.TagClassName
{
border-color: #B3DD6C;
}
</style>