Shades of Conifer #B0DC3D
Tints of Conifer #B0DC3D
RGB
CMYK
RGB Variations
Color information
#B0DC3D (or 0xB0DC3D) is known color: Conifer. HEX triplet: B0, DC and 3D. RGB value is (176,220,61). Sum of RGB (Red+Green+Blue) = 176+220+61=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 61 (24.22% from 255 or 13.35% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DC3D is #4F23C2. Grayscale: #BDBDBD. Windows color (decimal): -5186499 or 4054192. OLE color: 4054192.
HSL color Cylindrical-coordinate representation of color #B0DC3D: hue angle of 76.6º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0DC3D is Cyan = 0.2, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 220 | 61 | - |
| CMYK | 0.2 | 0 | 0.72 | 0.14 |
| HSL | 76.6º | 0.69% | 0.55% | - |
| HSV(B) | 76.6º | 0.72% | 0.86% | - |
| XYZ | 44.34 | 60.75 | 13.8 | - |
| YUV | 188.72 | 55.92 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 61 | 0.2 | 0 | 0.72 | 0.14 | 76.6 | 0.69 | 0.55 |
| Hex | B0 | DC | 3D | 14 | 0 | 48 | E | 4D | 45 | 37 |
| Octal | 260 | 334 | 75 | 24 | 0 | 110 | 16 | 115 | 105 | 67 |
| Binary | 10110000 | 11011100 | 111101 | 10100 | 0 | 1001000 | 1110 | 1001101 | 1000101 | 110111 |
Color Harmonies of #B0DC3D
Complementary color
Monochromatic Colors of #B0DC3D
Black with #B0DC3D
Text Example
Text Example
White with #B0DC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DC3D; }
p { color: rgb(176,220,61); }
H1.HeaderClassName
{
color: #B0DC3D;
}
.AnyTagClassName
{
color: #B0DC3D;
}
</style>
background-color css
<style>
a { background-color: #B0DC3D; }
a { background-color: rgb(176,220,61); }
div.DivClassName
{
background-color: #B0DC3D;
}
.BgClassName
{
background-color: #B0DC3D;
}
</style>
border-color css
<style>
span { border-color: #B0DC3D; }
span { border-color: rgb(176,220,61); }
td.TdClassName
{
border-color: #B0DC3D;
}
.TagClassName
{
border-color: #B0DC3D;
}
</style>