Shades of Conifer #B0D940
Tints of Conifer #B0D940
RGB
CMYK
RGB Variations
Color information
#B0D940 (or 0xB0D940) is known color: Conifer. HEX triplet: B0, D9 and 40. RGB value is (176,217,64). Sum of RGB (Red+Green+Blue) = 176+217+64=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D940 is #4F26BF. Grayscale: #BBBBBB. Windows color (decimal): -5187264 or 4250032. OLE color: 4250032.
HSL color Cylindrical-coordinate representation of color #B0D940: hue angle of 76.08º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B0D940 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 217 | 64 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.15 |
| HSL | 76.08º | 0.67% | 0.55% | - |
| HSV(B) | 76.08º | 0.71% | 0.85% | - |
| XYZ | 43.64 | 59.23 | 13.98 | - |
| YUV | 187.3 | 58.42 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 217 | 64 | 0.19 | 0 | 0.71 | 0.15 | 76.08 | 0.67 | 0.55 |
| Hex | B0 | D9 | 40 | 13 | 0 | 47 | F | 4C | 43 | 37 |
| Octal | 260 | 331 | 100 | 23 | 0 | 107 | 17 | 114 | 103 | 67 |
| Binary | 10110000 | 11011001 | 1000000 | 10011 | 0 | 1000111 | 1111 | 1001100 | 1000011 | 110111 |
Color Harmonies of #B0D940
Complementary color
Monochromatic Colors of #B0D940
Black with #B0D940
Text Example
Text Example
White with #B0D940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D940; }
p { color: rgb(176,217,64); }
H1.HeaderClassName
{
color: #B0D940;
}
.AnyTagClassName
{
color: #B0D940;
}
</style>
background-color css
<style>
a { background-color: #B0D940; }
a { background-color: rgb(176,217,64); }
div.DivClassName
{
background-color: #B0D940;
}
.BgClassName
{
background-color: #B0D940;
}
</style>
border-color css
<style>
span { border-color: #B0D940; }
span { border-color: rgb(176,217,64); }
td.TdClassName
{
border-color: #B0D940;
}
.TagClassName
{
border-color: #B0D940;
}
</style>