Shades of Conifer #B0DA40
Tints of Conifer #B0DA40
RGB
CMYK
RGB Variations
Color information
#B0DA40 (or 0xB0DA40) is known color: Conifer. HEX triplet: B0, DA and 40. RGB value is (176,218,64). Sum of RGB (Red+Green+Blue) = 176+218+64=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 218 (85.55% from 255 or 47.60% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DA40 is #4F25BF. Grayscale: #BCBCBC. Windows color (decimal): -5187008 or 4250288. OLE color: 4250288.
HSL color Cylindrical-coordinate representation of color #B0DA40: hue angle of 76.36º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B0DA40 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 218 | 64 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.15 |
| HSL | 76.36º | 0.68% | 0.55% | - |
| HSV(B) | 76.36º | 0.71% | 0.85% | - |
| XYZ | 43.9 | 59.74 | 14.07 | - |
| YUV | 187.89 | 58.09 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 218 | 64 | 0.19 | 0 | 0.71 | 0.15 | 76.36 | 0.68 | 0.55 |
| Hex | B0 | DA | 40 | 13 | 0 | 47 | F | 4C | 44 | 37 |
| Octal | 260 | 332 | 100 | 23 | 0 | 107 | 17 | 114 | 104 | 67 |
| Binary | 10110000 | 11011010 | 1000000 | 10011 | 0 | 1000111 | 1111 | 1001100 | 1000100 | 110111 |
Color Harmonies of #B0DA40
Complementary color
Monochromatic Colors of #B0DA40
Black with #B0DA40
Text Example
Text Example
White with #B0DA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DA40; }
p { color: rgb(176,218,64); }
H1.HeaderClassName
{
color: #B0DA40;
}
.AnyTagClassName
{
color: #B0DA40;
}
</style>
background-color css
<style>
a { background-color: #B0DA40; }
a { background-color: rgb(176,218,64); }
div.DivClassName
{
background-color: #B0DA40;
}
.BgClassName
{
background-color: #B0DA40;
}
</style>
border-color css
<style>
span { border-color: #B0DA40; }
span { border-color: rgb(176,218,64); }
td.TdClassName
{
border-color: #B0DA40;
}
.TagClassName
{
border-color: #B0DA40;
}
</style>