Shades of Conifer #B2E850
Tints of Conifer #B2E850
RGB
CMYK
RGB Variations
Color information
#B2E850 (or 0xB2E850) is known color: Conifer. HEX triplet: B2, E8 and 50. RGB value is (178,232,80). Sum of RGB (Red+Green+Blue) = 178+232+80=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 232 (91.02% from 255 or 47.35% from 490); Blue value is 80 (31.64% from 255 or 16.33% from 490); Max value from RGB is 232 - color contains mainly: green. Hex color #B2E850 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2E850 is #4D17AF. Grayscale: #C7C7C7. Windows color (decimal): -5052336 or 5302450. OLE color: 5302450.
HSL color Cylindrical-coordinate representation of color #B2E850: hue angle of 81.32º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2E850 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 232 | 80 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.09 |
| HSL | 81.32º | 0.77% | 0.61% | - |
| HSV(B) | 81.32º | 0.66% | 0.91% | - |
| XYZ | 48.66 | 67.76 | 18.1 | - |
| YUV | 198.53 | 61.11 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 232 | 80 | 0.23 | 0 | 0.66 | 0.09 | 81.32 | 0.77 | 0.61 |
| Hex | B2 | E8 | 50 | 17 | 0 | 42 | 9 | 51 | 4D | 3D |
| Octal | 262 | 350 | 120 | 27 | 0 | 102 | 11 | 121 | 115 | 75 |
| Binary | 10110010 | 11101000 | 1010000 | 10111 | 0 | 1000010 | 1001 | 1010001 | 1001101 | 111101 |
Color Harmonies of #B2E850
Complementary color
Monochromatic Colors of #B2E850
Black with #B2E850
Text Example
Text Example
White with #B2E850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E850; }
p { color: rgb(178,232,80); }
H1.HeaderClassName
{
color: #B2E850;
}
.AnyTagClassName
{
color: #B2E850;
}
</style>
background-color css
<style>
a { background-color: #B2E850; }
a { background-color: rgb(178,232,80); }
div.DivClassName
{
background-color: #B2E850;
}
.BgClassName
{
background-color: #B2E850;
}
</style>
border-color css
<style>
span { border-color: #B2E850; }
span { border-color: rgb(178,232,80); }
td.TdClassName
{
border-color: #B2E850;
}
.TagClassName
{
border-color: #B2E850;
}
</style>