Shades of Conifer #B3DB50
Tints of Conifer #B3DB50
RGB
CMYK
RGB Variations
Color information
#B3DB50 (or 0xB3DB50) is known color: Conifer. HEX triplet: B3, DB and 50. RGB value is (179,219,80). Sum of RGB (Red+Green+Blue) = 179+219+80=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #B3DB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3DB50 is #4C24AF. Grayscale: #BFBFBF. Windows color (decimal): -4990128 or 5299123. OLE color: 5299123.
HSL color Cylindrical-coordinate representation of color #B3DB50: hue angle of 77.27º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B3DB50 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 219 | 80 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.14 |
| HSL | 77.27º | 0.66% | 0.59% | - |
| HSV(B) | 77.27º | 0.63% | 0.86% | - |
| XYZ | 45.37 | 60.83 | 16.94 | - |
| YUV | 191.19 | 65.25 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 219 | 80 | 0.18 | 0 | 0.63 | 0.14 | 77.27 | 0.66 | 0.59 |
| Hex | B3 | DB | 50 | 12 | 0 | 3F | E | 4D | 42 | 3B |
| Octal | 263 | 333 | 120 | 22 | 0 | 77 | 16 | 115 | 102 | 73 |
| Binary | 10110011 | 11011011 | 1010000 | 10010 | 0 | 111111 | 1110 | 1001101 | 1000010 | 111011 |
Color Harmonies of #B3DB50
Complementary color
Monochromatic Colors of #B3DB50
Black with #B3DB50
Text Example
Text Example
White with #B3DB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DB50; }
p { color: rgb(179,219,80); }
H1.HeaderClassName
{
color: #B3DB50;
}
.AnyTagClassName
{
color: #B3DB50;
}
</style>
background-color css
<style>
a { background-color: #B3DB50; }
a { background-color: rgb(179,219,80); }
div.DivClassName
{
background-color: #B3DB50;
}
.BgClassName
{
background-color: #B3DB50;
}
</style>
border-color css
<style>
span { border-color: #B3DB50; }
span { border-color: rgb(179,219,80); }
td.TdClassName
{
border-color: #B3DB50;
}
.TagClassName
{
border-color: #B3DB50;
}
</style>