Shades of Conifer #B2D841
Tints of Conifer #B2D841
RGB
CMYK
RGB Variations
Color information
#B2D841 (or 0xB2D841) is known color: Conifer. HEX triplet: B2, D8 and 41. RGB value is (178,216,65). Sum of RGB (Red+Green+Blue) = 178+216+65=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 65 (25.78% from 255 or 14.16% from 459); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D841 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D841 is #4D27BE. Grayscale: #BBBBBB. Windows color (decimal): -5056447 or 4315314. OLE color: 4315314.
HSL color Cylindrical-coordinate representation of color #B2D841: hue angle of 75.1º degrees, saturation: 0.66, 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 #B2D841 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 216 | 65 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.15 |
| HSL | 75.1º | 0.66% | 0.55% | - |
| HSV(B) | 75.1º | 0.7% | 0.85% | - |
| XYZ | 43.87 | 58.96 | 14.07 | - |
| YUV | 187.42 | 58.91 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 216 | 65 | 0.18 | 0 | 0.70 | 0.15 | 75.1 | 0.66 | 0.55 |
| Hex | B2 | D8 | 41 | 12 | 0 | 46 | F | 4B | 42 | 37 |
| Octal | 262 | 330 | 101 | 22 | 0 | 106 | 17 | 113 | 102 | 67 |
| Binary | 10110010 | 11011000 | 1000001 | 10010 | 0 | 1000110 | 1111 | 1001011 | 1000010 | 110111 |
Color Harmonies of #B2D841
Complementary color
Monochromatic Colors of #B2D841
Black with #B2D841
Text Example
Text Example
White with #B2D841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D841; }
p { color: rgb(178,216,65); }
H1.HeaderClassName
{
color: #B2D841;
}
.AnyTagClassName
{
color: #B2D841;
}
</style>
background-color css
<style>
a { background-color: #B2D841; }
a { background-color: rgb(178,216,65); }
div.DivClassName
{
background-color: #B2D841;
}
.BgClassName
{
background-color: #B2D841;
}
</style>
border-color css
<style>
span { border-color: #B2D841; }
span { border-color: rgb(178,216,65); }
td.TdClassName
{
border-color: #B2D841;
}
.TagClassName
{
border-color: #B2D841;
}
</style>