Shades of Conifer #B0DA55
Tints of Conifer #B0DA55
RGB
CMYK
RGB Variations
Color information
#B0DA55 (or 0xB0DA55) is known color: Conifer. HEX triplet: B0, DA and 55. RGB value is (176,218,85). Sum of RGB (Red+Green+Blue) = 176+218+85=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 85 (33.59% from 255 or 17.75% from 479); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DA55 is #4F25AA. Grayscale: #BEBEBE. Windows color (decimal): -5186987 or 5626544. OLE color: 5626544.
HSL color Cylindrical-coordinate representation of color #B0DA55: hue angle of 78.95º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0DA55 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 218 | 85 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.15 |
| HSL | 78.95º | 0.64% | 0.59% | - |
| HSV(B) | 78.95º | 0.61% | 0.85% | - |
| XYZ | 44.62 | 60.03 | 17.83 | - |
| YUV | 190.28 | 68.59 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 218 | 85 | 0.19 | 0 | 0.61 | 0.15 | 78.95 | 0.64 | 0.59 |
| Hex | B0 | DA | 55 | 13 | 0 | 3D | F | 4F | 40 | 3B |
| Octal | 260 | 332 | 125 | 23 | 0 | 75 | 17 | 117 | 100 | 73 |
| Binary | 10110000 | 11011010 | 1010101 | 10011 | 0 | 111101 | 1111 | 1001111 | 1000000 | 111011 |
Color Harmonies of #B0DA55
Complementary color
Monochromatic Colors of #B0DA55
Black with #B0DA55
Text Example
Text Example
White with #B0DA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DA55; }
p { color: rgb(176,218,85); }
H1.HeaderClassName
{
color: #B0DA55;
}
.AnyTagClassName
{
color: #B0DA55;
}
</style>
background-color css
<style>
a { background-color: #B0DA55; }
a { background-color: rgb(176,218,85); }
div.DivClassName
{
background-color: #B0DA55;
}
.BgClassName
{
background-color: #B0DA55;
}
</style>
border-color css
<style>
span { border-color: #B0DA55; }
span { border-color: rgb(176,218,85); }
td.TdClassName
{
border-color: #B0DA55;
}
.TagClassName
{
border-color: #B0DA55;
}
</style>