Shades of Conifer #B2E149
Tints of Conifer #B2E149
RGB
CMYK
RGB Variations
Color information
#B2E149 (or 0xB2E149) is known color: Conifer. HEX triplet: B2, E1 and 49. RGB value is (178,225,73). Sum of RGB (Red+Green+Blue) = 178+225+73=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 73 (28.91% from 255 or 15.34% from 476); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E149 is #4D1EB6. Grayscale: #C2C2C2. Windows color (decimal): -5054135 or 4841906. OLE color: 4841906.
HSL color Cylindrical-coordinate representation of color #B2E149: hue angle of 78.55º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2E149 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 225 | 73 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.12 |
| HSL | 78.55º | 0.72% | 0.58% | - |
| HSV(B) | 78.55º | 0.68% | 0.88% | - |
| XYZ | 46.49 | 63.8 | 16.17 | - |
| YUV | 193.62 | 59.93 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 225 | 73 | 0.21 | 0 | 0.68 | 0.12 | 78.55 | 0.72 | 0.58 |
| Hex | B2 | E1 | 49 | 15 | 0 | 44 | C | 4F | 48 | 3A |
| Octal | 262 | 341 | 111 | 25 | 0 | 104 | 14 | 117 | 110 | 72 |
| Binary | 10110010 | 11100001 | 1001001 | 10101 | 0 | 1000100 | 1100 | 1001111 | 1001000 | 111010 |
Color Harmonies of #B2E149
Complementary color
Monochromatic Colors of #B2E149
Black with #B2E149
Text Example
Text Example
White with #B2E149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E149; }
p { color: rgb(178,225,73); }
H1.HeaderClassName
{
color: #B2E149;
}
.AnyTagClassName
{
color: #B2E149;
}
</style>
background-color css
<style>
a { background-color: #B2E149; }
a { background-color: rgb(178,225,73); }
div.DivClassName
{
background-color: #B2E149;
}
.BgClassName
{
background-color: #B2E149;
}
</style>
border-color css
<style>
span { border-color: #B2E149; }
span { border-color: rgb(178,225,73); }
td.TdClassName
{
border-color: #B2E149;
}
.TagClassName
{
border-color: #B2E149;
}
</style>