Shades of Conifer #B0DA41
Tints of Conifer #B0DA41
RGB
CMYK
RGB Variations
Color information
#B0DA41 (or 0xB0DA41) is known color: Conifer. HEX triplet: B0, DA and 41. RGB value is (176,218,65). Sum of RGB (Red+Green+Blue) = 176+218+65=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 65 (25.78% from 255 or 14.16% from 459); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DA41 is #4F25BE. Grayscale: #BCBCBC. Windows color (decimal): -5187007 or 4315824. OLE color: 4315824.
HSL color Cylindrical-coordinate representation of color #B0DA41: hue angle of 76.47º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0DA41 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 218 | 65 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.15 |
| HSL | 76.47º | 0.67% | 0.55% | - |
| HSV(B) | 76.47º | 0.7% | 0.85% | - |
| XYZ | 43.93 | 59.75 | 14.22 | - |
| YUV | 188 | 58.59 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 218 | 65 | 0.19 | 0 | 0.70 | 0.15 | 76.47 | 0.67 | 0.55 |
| Hex | B0 | DA | 41 | 13 | 0 | 46 | F | 4C | 43 | 37 |
| Octal | 260 | 332 | 101 | 23 | 0 | 106 | 17 | 114 | 103 | 67 |
| Binary | 10110000 | 11011010 | 1000001 | 10011 | 0 | 1000110 | 1111 | 1001100 | 1000011 | 110111 |
Color Harmonies of #B0DA41
Complementary color
Monochromatic Colors of #B0DA41
Black with #B0DA41
Text Example
Text Example
White with #B0DA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DA41; }
p { color: rgb(176,218,65); }
H1.HeaderClassName
{
color: #B0DA41;
}
.AnyTagClassName
{
color: #B0DA41;
}
</style>
background-color css
<style>
a { background-color: #B0DA41; }
a { background-color: rgb(176,218,65); }
div.DivClassName
{
background-color: #B0DA41;
}
.BgClassName
{
background-color: #B0DA41;
}
</style>
border-color css
<style>
span { border-color: #B0DA41; }
span { border-color: rgb(176,218,65); }
td.TdClassName
{
border-color: #B0DA41;
}
.TagClassName
{
border-color: #B0DA41;
}
</style>