Shades of Conifer #B0DC5D
Tints of Conifer #B0DC5D
RGB
CMYK
RGB Variations
Color information
#B0DC5D (or 0xB0DC5D) is known color: Conifer. HEX triplet: B0, DC and 5D. RGB value is (176,220,93). Sum of RGB (Red+Green+Blue) = 176+220+93=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DC5D is #4F23A2. Grayscale: #C0C0C0. Windows color (decimal): -5186467 or 6151344. OLE color: 6151344.
HSL color Cylindrical-coordinate representation of color #B0DC5D: hue angle of 80.79º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0DC5D is Cyan = 0.2, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 220 | 93 | - |
| CMYK | 0.2 | 0 | 0.58 | 0.14 |
| HSL | 80.79º | 0.64% | 0.61% | - |
| HSV(B) | 80.79º | 0.58% | 0.86% | - |
| XYZ | 45.47 | 61.21 | 19.77 | - |
| YUV | 192.37 | 71.92 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 93 | 0.2 | 0 | 0.58 | 0.14 | 80.79 | 0.64 | 0.61 |
| Hex | B0 | DC | 5D | 14 | 0 | 3A | E | 51 | 40 | 3D |
| Octal | 260 | 334 | 135 | 24 | 0 | 72 | 16 | 121 | 100 | 75 |
| Binary | 10110000 | 11011100 | 1011101 | 10100 | 0 | 111010 | 1110 | 1010001 | 1000000 | 111101 |
Color Harmonies of #B0DC5D
Complementary color
Monochromatic Colors of #B0DC5D
Black with #B0DC5D
Text Example
Text Example
White with #B0DC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DC5D; }
p { color: rgb(176,220,93); }
H1.HeaderClassName
{
color: #B0DC5D;
}
.AnyTagClassName
{
color: #B0DC5D;
}
</style>
background-color css
<style>
a { background-color: #B0DC5D; }
a { background-color: rgb(176,220,93); }
div.DivClassName
{
background-color: #B0DC5D;
}
.BgClassName
{
background-color: #B0DC5D;
}
</style>
border-color css
<style>
span { border-color: #B0DC5D; }
span { border-color: rgb(176,220,93); }
td.TdClassName
{
border-color: #B0DC5D;
}
.TagClassName
{
border-color: #B0DC5D;
}
</style>