Shades of Conifer #B0DA5E
Tints of Conifer #B0DA5E
RGB
CMYK
RGB Variations
Color information
#B0DA5E (or 0xB0DA5E) is known color: Conifer. HEX triplet: B0, DA and 5E. RGB value is (176,218,94). Sum of RGB (Red+Green+Blue) = 176+218+94=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 94 (37.11% from 255 or 19.26% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DA5E is #4F25A1. Grayscale: #BFBFBF. Windows color (decimal): -5186978 or 6216368. OLE color: 6216368.
HSL color Cylindrical-coordinate representation of color #B0DA5E: hue angle of 80.32º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0DA5E is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 218 | 94 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.15 |
| HSL | 80.32º | 0.63% | 0.61% | - |
| HSV(B) | 80.32º | 0.57% | 0.85% | - |
| XYZ | 45 | 60.18 | 19.83 | - |
| YUV | 191.31 | 73.09 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 218 | 94 | 0.19 | 0 | 0.57 | 0.15 | 80.32 | 0.63 | 0.61 |
| Hex | B0 | DA | 5E | 13 | 0 | 39 | F | 50 | 3F | 3D |
| Octal | 260 | 332 | 136 | 23 | 0 | 71 | 17 | 120 | 77 | 75 |
| Binary | 10110000 | 11011010 | 1011110 | 10011 | 0 | 111001 | 1111 | 1010000 | 111111 | 111101 |
Color Harmonies of #B0DA5E
Complementary color
Monochromatic Colors of #B0DA5E
Black with #B0DA5E
Text Example
Text Example
White with #B0DA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DA5E; }
p { color: rgb(176,218,94); }
H1.HeaderClassName
{
color: #B0DA5E;
}
.AnyTagClassName
{
color: #B0DA5E;
}
</style>
background-color css
<style>
a { background-color: #B0DA5E; }
a { background-color: rgb(176,218,94); }
div.DivClassName
{
background-color: #B0DA5E;
}
.BgClassName
{
background-color: #B0DA5E;
}
</style>
border-color css
<style>
span { border-color: #B0DA5E; }
span { border-color: rgb(176,218,94); }
td.TdClassName
{
border-color: #B0DA5E;
}
.TagClassName
{
border-color: #B0DA5E;
}
</style>