Shades of Conifer #B3DF6D
Tints of Conifer #B3DF6D
RGB
CMYK
RGB Variations
Color information
#B3DF6D (or 0xB3DF6D) is known color: Conifer. HEX triplet: B3, DF and 6D. RGB value is (179,223,109). Sum of RGB (Red+Green+Blue) = 179+223+109=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 109 (42.97% from 255 or 21.33% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #B3DF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3DF6D is #4C2092. Grayscale: #C5C5C5. Windows color (decimal): -4989075 or 7200691. OLE color: 7200691.
HSL color Cylindrical-coordinate representation of color #B3DF6D: hue angle of 83.16º degrees, saturation: 0.64, 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 #B3DF6D is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 223 | 109 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.13 |
| HSL | 83.16º | 0.64% | 0.65% | - |
| HSV(B) | 83.16º | 0.51% | 0.87% | - |
| XYZ | 47.74 | 63.46 | 24.2 | - |
| YUV | 196.85 | 78.42 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 223 | 109 | 0.20 | 0 | 0.51 | 0.13 | 83.16 | 0.64 | 0.65 |
| Hex | B3 | DF | 6D | 14 | 0 | 33 | D | 53 | 40 | 41 |
| Octal | 263 | 337 | 155 | 24 | 0 | 63 | 15 | 123 | 100 | 101 |
| Binary | 10110011 | 11011111 | 1101101 | 10100 | 0 | 110011 | 1101 | 1010011 | 1000000 | 1000001 |
Color Harmonies of #B3DF6D
Complementary color
Monochromatic Colors of #B3DF6D
Black with #B3DF6D
Text Example
Text Example
White with #B3DF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DF6D; }
p { color: rgb(179,223,109); }
H1.HeaderClassName
{
color: #B3DF6D;
}
.AnyTagClassName
{
color: #B3DF6D;
}
</style>
background-color css
<style>
a { background-color: #B3DF6D; }
a { background-color: rgb(179,223,109); }
div.DivClassName
{
background-color: #B3DF6D;
}
.BgClassName
{
background-color: #B3DF6D;
}
</style>
border-color css
<style>
span { border-color: #B3DF6D; }
span { border-color: rgb(179,223,109); }
td.TdClassName
{
border-color: #B3DF6D;
}
.TagClassName
{
border-color: #B3DF6D;
}
</style>