Shades of Conifer #B3D94D
Tints of Conifer #B3D94D
RGB
CMYK
RGB Variations
Color information
#B3D94D (or 0xB3D94D) is known color: Conifer. HEX triplet: B3, D9 and 4D. RGB value is (179,217,77). Sum of RGB (Red+Green+Blue) = 179+217+77=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 77 (30.47% from 255 or 16.28% from 473); Max value from RGB is 217 - color contains mainly: green. Hex color #B3D94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D94D is #4C26B2. Grayscale: #BEBEBE. Windows color (decimal): -4990643 or 5102003. OLE color: 5102003.
HSL color Cylindrical-coordinate representation of color #B3D94D: hue angle of 76.29º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B3D94D is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 217 | 77 | - |
| CMYK | 0.18 | 0 | 0.65 | 0.15 |
| HSL | 76.29º | 0.65% | 0.58% | - |
| HSV(B) | 76.29º | 0.65% | 0.85% | - |
| XYZ | 44.74 | 59.75 | 16.19 | - |
| YUV | 189.68 | 64.41 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 217 | 77 | 0.18 | 0 | 0.65 | 0.15 | 76.29 | 0.65 | 0.58 |
| Hex | B3 | D9 | 4D | 12 | 0 | 41 | F | 4C | 41 | 3A |
| Octal | 263 | 331 | 115 | 22 | 0 | 101 | 17 | 114 | 101 | 72 |
| Binary | 10110011 | 11011001 | 1001101 | 10010 | 0 | 1000001 | 1111 | 1001100 | 1000001 | 111010 |
Color Harmonies of #B3D94D
Complementary color
Monochromatic Colors of #B3D94D
Black with #B3D94D
Text Example
Text Example
White with #B3D94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D94D; }
p { color: rgb(179,217,77); }
H1.HeaderClassName
{
color: #B3D94D;
}
.AnyTagClassName
{
color: #B3D94D;
}
</style>
background-color css
<style>
a { background-color: #B3D94D; }
a { background-color: rgb(179,217,77); }
div.DivClassName
{
background-color: #B3D94D;
}
.BgClassName
{
background-color: #B3D94D;
}
</style>
border-color css
<style>
span { border-color: #B3D94D; }
span { border-color: rgb(179,217,77); }
td.TdClassName
{
border-color: #B3D94D;
}
.TagClassName
{
border-color: #B3D94D;
}
</style>