Shades of Conifer #B0D441
Tints of Conifer #B0D441
RGB
CMYK
RGB Variations
Color information
#B0D441 (or 0xB0D441) is known color: Conifer. HEX triplet: B0, D4 and 41. RGB value is (176,212,65). Sum of RGB (Red+Green+Blue) = 176+212+65=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 65 (25.78% from 255 or 14.35% from 453); Max value from RGB is 212 - color contains mainly: green. Hex color #B0D441 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D441 is #4F2BBE. Grayscale: #B9B9B9. Windows color (decimal): -5188543 or 4314288. OLE color: 4314288.
HSL color Cylindrical-coordinate representation of color #B0D441: hue angle of 74.69º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0D441 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 212 | 65 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.17 |
| HSL | 74.69º | 0.63% | 0.54% | - |
| HSV(B) | 74.69º | 0.69% | 0.83% | - |
| XYZ | 42.4 | 56.7 | 13.71 | - |
| YUV | 184.48 | 60.57 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 212 | 65 | 0.17 | 0 | 0.69 | 0.17 | 74.69 | 0.63 | 0.54 |
| Hex | B0 | D4 | 41 | 11 | 0 | 45 | 11 | 4B | 3F | 36 |
| Octal | 260 | 324 | 101 | 21 | 0 | 105 | 21 | 113 | 77 | 66 |
| Binary | 10110000 | 11010100 | 1000001 | 10001 | 0 | 1000101 | 10001 | 1001011 | 111111 | 110110 |
Color Harmonies of #B0D441
Complementary color
Monochromatic Colors of #B0D441
Black with #B0D441
Text Example
Text Example
White with #B0D441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D441; }
p { color: rgb(176,212,65); }
H1.HeaderClassName
{
color: #B0D441;
}
.AnyTagClassName
{
color: #B0D441;
}
</style>
background-color css
<style>
a { background-color: #B0D441; }
a { background-color: rgb(176,212,65); }
div.DivClassName
{
background-color: #B0D441;
}
.BgClassName
{
background-color: #B0D441;
}
</style>
border-color css
<style>
span { border-color: #B0D441; }
span { border-color: rgb(176,212,65); }
td.TdClassName
{
border-color: #B0D441;
}
.TagClassName
{
border-color: #B0D441;
}
</style>