Shades of Conifer #B2D94F
Tints of Conifer #B2D94F
RGB
CMYK
RGB Variations
Color information
#B2D94F (or 0xB2D94F) is known color: Conifer. HEX triplet: B2, D9 and 4F. RGB value is (178,217,79). Sum of RGB (Red+Green+Blue) = 178+217+79=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 79 (31.25% from 255 or 16.67% from 474); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D94F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D94F is #4D26B0. Grayscale: #BEBEBE. Windows color (decimal): -5056177 or 5233074. OLE color: 5233074.
HSL color Cylindrical-coordinate representation of color #B2D94F: hue angle of 76.96º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2D94F is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 217 | 79 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.15 |
| HSL | 76.96º | 0.64% | 0.58% | - |
| HSV(B) | 76.96º | 0.64% | 0.85% | - |
| XYZ | 44.58 | 59.66 | 16.56 | - |
| YUV | 189.61 | 65.58 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 217 | 79 | 0.18 | 0 | 0.64 | 0.15 | 76.96 | 0.64 | 0.58 |
| Hex | B2 | D9 | 4F | 12 | 0 | 40 | F | 4D | 40 | 3A |
| Octal | 262 | 331 | 117 | 22 | 0 | 100 | 17 | 115 | 100 | 72 |
| Binary | 10110010 | 11011001 | 1001111 | 10010 | 0 | 1000000 | 1111 | 1001101 | 1000000 | 111010 |
Color Harmonies of #B2D94F
Complementary color
Monochromatic Colors of #B2D94F
Black with #B2D94F
Text Example
Text Example
White with #B2D94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D94F; }
p { color: rgb(178,217,79); }
H1.HeaderClassName
{
color: #B2D94F;
}
.AnyTagClassName
{
color: #B2D94F;
}
</style>
background-color css
<style>
a { background-color: #B2D94F; }
a { background-color: rgb(178,217,79); }
div.DivClassName
{
background-color: #B2D94F;
}
.BgClassName
{
background-color: #B2D94F;
}
</style>
border-color css
<style>
span { border-color: #B2D94F; }
span { border-color: rgb(178,217,79); }
td.TdClassName
{
border-color: #B2D94F;
}
.TagClassName
{
border-color: #B2D94F;
}
</style>