Shades of Conifer #B0DC50
Tints of Conifer #B0DC50
RGB
CMYK
RGB Variations
Color information
#B0DC50 (or 0xB0DC50) is known color: Conifer. HEX triplet: B0, DC and 50. RGB value is (176,220,80). Sum of RGB (Red+Green+Blue) = 176+220+80=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 80 (31.64% from 255 or 16.81% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DC50 is #4F23AF. Grayscale: #BFBFBF. Windows color (decimal): -5186480 or 5299376. OLE color: 5299376.
HSL color Cylindrical-coordinate representation of color #B0DC50: hue angle of 78.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0DC50 is Cyan = 0.2, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 220 | 80 | - |
| CMYK | 0.2 | 0 | 0.64 | 0.14 |
| HSL | 78.86º | 0.67% | 0.59% | - |
| HSV(B) | 78.86º | 0.64% | 0.86% | - |
| XYZ | 44.95 | 61 | 16.99 | - |
| YUV | 190.88 | 65.42 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 80 | 0.2 | 0 | 0.64 | 0.14 | 78.86 | 0.67 | 0.59 |
| Hex | B0 | DC | 50 | 14 | 0 | 40 | E | 4F | 43 | 3B |
| Octal | 260 | 334 | 120 | 24 | 0 | 100 | 16 | 117 | 103 | 73 |
| Binary | 10110000 | 11011100 | 1010000 | 10100 | 0 | 1000000 | 1110 | 1001111 | 1000011 | 111011 |
Color Harmonies of #B0DC50
Complementary color
Monochromatic Colors of #B0DC50
Black with #B0DC50
Text Example
Text Example
White with #B0DC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DC50; }
p { color: rgb(176,220,80); }
H1.HeaderClassName
{
color: #B0DC50;
}
.AnyTagClassName
{
color: #B0DC50;
}
</style>
background-color css
<style>
a { background-color: #B0DC50; }
a { background-color: rgb(176,220,80); }
div.DivClassName
{
background-color: #B0DC50;
}
.BgClassName
{
background-color: #B0DC50;
}
</style>
border-color css
<style>
span { border-color: #B0DC50; }
span { border-color: rgb(176,220,80); }
td.TdClassName
{
border-color: #B0DC50;
}
.TagClassName
{
border-color: #B0DC50;
}
</style>