Shades of Conifer #B2E76B
Tints of Conifer #B2E76B
RGB
CMYK
RGB Variations
Color information
#B2E76B (or 0xB2E76B) is known color: Conifer. HEX triplet: B2, E7 and 6B. RGB value is (178,231,107). Sum of RGB (Red+Green+Blue) = 178+231+107=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 231 (90.62% from 255 or 44.77% from 516); Blue value is 107 (42.19% from 255 or 20.74% from 516); Max value from RGB is 231 - color contains mainly: green. Hex color #B2E76B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2E76B is #4D1894. Grayscale: #C9C9C9. Windows color (decimal): -5052565 or 7071666. OLE color: 7071666.
HSL color Cylindrical-coordinate representation of color #B2E76B: hue angle of 85.65º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2E76B is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 231 | 107 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.09 |
| HSL | 85.65º | 0.72% | 0.66% | - |
| HSV(B) | 85.65º | 0.54% | 0.91% | - |
| XYZ | 49.59 | 67.68 | 24.36 | - |
| YUV | 201.02 | 74.94 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 231 | 107 | 0.23 | 0 | 0.54 | 0.09 | 85.65 | 0.72 | 0.66 |
| Hex | B2 | E7 | 6B | 17 | 0 | 36 | 9 | 56 | 48 | 42 |
| Octal | 262 | 347 | 153 | 27 | 0 | 66 | 11 | 126 | 110 | 102 |
| Binary | 10110010 | 11100111 | 1101011 | 10111 | 0 | 110110 | 1001 | 1010110 | 1001000 | 1000010 |
Color Harmonies of #B2E76B
Complementary color
Monochromatic Colors of #B2E76B
Black with #B2E76B
Text Example
Text Example
White with #B2E76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E76B; }
p { color: rgb(178,231,107); }
H1.HeaderClassName
{
color: #B2E76B;
}
.AnyTagClassName
{
color: #B2E76B;
}
</style>
background-color css
<style>
a { background-color: #B2E76B; }
a { background-color: rgb(178,231,107); }
div.DivClassName
{
background-color: #B2E76B;
}
.BgClassName
{
background-color: #B2E76B;
}
</style>
border-color css
<style>
span { border-color: #B2E76B; }
span { border-color: rgb(178,231,107); }
td.TdClassName
{
border-color: #B2E76B;
}
.TagClassName
{
border-color: #B2E76B;
}
</style>