Shades of Conifer #B0D74B
Tints of Conifer #B0D74B
RGB
CMYK
RGB Variations
Color information
#B0D74B (or 0xB0D74B) is known color: Conifer. HEX triplet: B0, D7 and 4B. RGB value is (176,215,75). Sum of RGB (Red+Green+Blue) = 176+215+75=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 215 (84.38% from 255 or 46.14% from 466); Blue value is 75 (29.69% from 255 or 16.09% from 466); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D74B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D74B is #4F28B4. Grayscale: #BBBBBB. Windows color (decimal): -5187765 or 4970416. OLE color: 4970416.
HSL color Cylindrical-coordinate representation of color #B0D74B: hue angle of 76.71º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0D74B is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 215 | 75 | - |
| CMYK | 0.18 | 0 | 0.65 | 0.16 |
| HSL | 76.71º | 0.64% | 0.57% | - |
| HSV(B) | 76.71º | 0.65% | 0.84% | - |
| XYZ | 43.47 | 58.34 | 15.63 | - |
| YUV | 187.38 | 64.58 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 215 | 75 | 0.18 | 0 | 0.65 | 0.16 | 76.71 | 0.64 | 0.57 |
| Hex | B0 | D7 | 4B | 12 | 0 | 41 | 10 | 4D | 40 | 39 |
| Octal | 260 | 327 | 113 | 22 | 0 | 101 | 20 | 115 | 100 | 71 |
| Binary | 10110000 | 11010111 | 1001011 | 10010 | 0 | 1000001 | 10000 | 1001101 | 1000000 | 111001 |
Color Harmonies of #B0D74B
Complementary color
Monochromatic Colors of #B0D74B
Black with #B0D74B
Text Example
Text Example
White with #B0D74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D74B; }
p { color: rgb(176,215,75); }
H1.HeaderClassName
{
color: #B0D74B;
}
.AnyTagClassName
{
color: #B0D74B;
}
</style>
background-color css
<style>
a { background-color: #B0D74B; }
a { background-color: rgb(176,215,75); }
div.DivClassName
{
background-color: #B0D74B;
}
.BgClassName
{
background-color: #B0D74B;
}
</style>
border-color css
<style>
span { border-color: #B0D74B; }
span { border-color: rgb(176,215,75); }
td.TdClassName
{
border-color: #B0D74B;
}
.TagClassName
{
border-color: #B0D74B;
}
</style>