Shades of Conifer #B0DB3D
Tints of Conifer #B0DB3D
RGB
CMYK
RGB Variations
Color information
#B0DB3D (or 0xB0DB3D) is known color: Conifer. HEX triplet: B0, DB and 3D. RGB value is (176,219,61). Sum of RGB (Red+Green+Blue) = 176+219+61=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 61 (24.22% from 255 or 13.38% from 456); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DB3D is #4F24C2. Grayscale: #BCBCBC. Windows color (decimal): -5186755 or 4053936. OLE color: 4053936.
HSL color Cylindrical-coordinate representation of color #B0DB3D: hue angle of 76.33º 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 #B0DB3D is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 61 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.14 |
| HSL | 76.33º | 0.69% | 0.55% | - |
| HSV(B) | 76.33º | 0.72% | 0.86% | - |
| XYZ | 44.08 | 60.23 | 13.72 | - |
| YUV | 188.13 | 56.25 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 61 | 0.20 | 0 | 0.72 | 0.14 | 76.33 | 0.69 | 0.55 |
| Hex | B0 | DB | 3D | 14 | 0 | 48 | E | 4C | 45 | 37 |
| Octal | 260 | 333 | 75 | 24 | 0 | 110 | 16 | 114 | 105 | 67 |
| Binary | 10110000 | 11011011 | 111101 | 10100 | 0 | 1001000 | 1110 | 1001100 | 1000101 | 110111 |
Color Harmonies of #B0DB3D
Complementary color
Monochromatic Colors of #B0DB3D
Black with #B0DB3D
Text Example
Text Example
White with #B0DB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DB3D; }
p { color: rgb(176,219,61); }
H1.HeaderClassName
{
color: #B0DB3D;
}
.AnyTagClassName
{
color: #B0DB3D;
}
</style>
background-color css
<style>
a { background-color: #B0DB3D; }
a { background-color: rgb(176,219,61); }
div.DivClassName
{
background-color: #B0DB3D;
}
.BgClassName
{
background-color: #B0DB3D;
}
</style>
border-color css
<style>
span { border-color: #B0DB3D; }
span { border-color: rgb(176,219,61); }
td.TdClassName
{
border-color: #B0DB3D;
}
.TagClassName
{
border-color: #B0DB3D;
}
</style>