Shades of Conifer #B2E56A
Tints of Conifer #B2E56A
RGB
CMYK
RGB Variations
Color information
#B2E56A (or 0xB2E56A) is known color: Conifer. HEX triplet: B2, E5 and 6A. RGB value is (178,229,106). Sum of RGB (Red+Green+Blue) = 178+229+106=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 229 (89.84% from 255 or 44.64% from 513); Blue value is 106 (41.80% from 255 or 20.66% from 513); Max value from RGB is 229 - color contains mainly: green. Hex color #B2E56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E56A is #4D1A95. Grayscale: #C8C8C8. Windows color (decimal): -5053078 or 7005618. OLE color: 7005618.
HSL color Cylindrical-coordinate representation of color #B2E56A: hue angle of 84.88º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2E56A is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 229 | 106 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.10 |
| HSL | 84.88º | 0.7% | 0.66% | - |
| HSV(B) | 84.88º | 0.54% | 0.9% | - |
| XYZ | 48.98 | 66.54 | 23.9 | - |
| YUV | 199.73 | 75.1 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 229 | 106 | 0.22 | 0 | 0.54 | 0.10 | 84.88 | 0.7 | 0.66 |
| Hex | B2 | E5 | 6A | 16 | 0 | 36 | A | 55 | 46 | 42 |
| Octal | 262 | 345 | 152 | 26 | 0 | 66 | 12 | 125 | 106 | 102 |
| Binary | 10110010 | 11100101 | 1101010 | 10110 | 0 | 110110 | 1010 | 1010101 | 1000110 | 1000010 |
Color Harmonies of #B2E56A
Complementary color
Monochromatic Colors of #B2E56A
Black with #B2E56A
Text Example
Text Example
White with #B2E56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E56A; }
p { color: rgb(178,229,106); }
H1.HeaderClassName
{
color: #B2E56A;
}
.AnyTagClassName
{
color: #B2E56A;
}
</style>
background-color css
<style>
a { background-color: #B2E56A; }
a { background-color: rgb(178,229,106); }
div.DivClassName
{
background-color: #B2E56A;
}
.BgClassName
{
background-color: #B2E56A;
}
</style>
border-color css
<style>
span { border-color: #B2E56A; }
span { border-color: rgb(178,229,106); }
td.TdClassName
{
border-color: #B2E56A;
}
.TagClassName
{
border-color: #B2E56A;
}
</style>