Shades of Conifer #B2E852
Tints of Conifer #B2E852
RGB
CMYK
RGB Variations
Color information
#B2E852 (or 0xB2E852) is known color: Conifer. HEX triplet: B2, E8 and 52. RGB value is (178,232,82). Sum of RGB (Red+Green+Blue) = 178+232+82=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 232 (91.02% from 255 or 47.15% from 492); Blue value is 82 (32.42% from 255 or 16.67% from 492); Max value from RGB is 232 - color contains mainly: green. Hex color #B2E852 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2E852 is #4D17AD. Grayscale: #C7C7C7. Windows color (decimal): -5052334 or 5433522. OLE color: 5433522.
HSL color Cylindrical-coordinate representation of color #B2E852: hue angle of 81.6º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2E852 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 232 | 82 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.09 |
| HSL | 81.6º | 0.77% | 0.62% | - |
| HSV(B) | 81.6º | 0.65% | 0.91% | - |
| XYZ | 48.74 | 67.79 | 18.5 | - |
| YUV | 198.75 | 62.11 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 232 | 82 | 0.23 | 0 | 0.65 | 0.09 | 81.6 | 0.77 | 0.62 |
| Hex | B2 | E8 | 52 | 17 | 0 | 41 | 9 | 52 | 4D | 3E |
| Octal | 262 | 350 | 122 | 27 | 0 | 101 | 11 | 122 | 115 | 76 |
| Binary | 10110010 | 11101000 | 1010010 | 10111 | 0 | 1000001 | 1001 | 1010010 | 1001101 | 111110 |
Color Harmonies of #B2E852
Complementary color
Monochromatic Colors of #B2E852
Black with #B2E852
Text Example
Text Example
White with #B2E852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E852; }
p { color: rgb(178,232,82); }
H1.HeaderClassName
{
color: #B2E852;
}
.AnyTagClassName
{
color: #B2E852;
}
</style>
background-color css
<style>
a { background-color: #B2E852; }
a { background-color: rgb(178,232,82); }
div.DivClassName
{
background-color: #B2E852;
}
.BgClassName
{
background-color: #B2E852;
}
</style>
border-color css
<style>
span { border-color: #B2E852; }
span { border-color: rgb(178,232,82); }
td.TdClassName
{
border-color: #B2E852;
}
.TagClassName
{
border-color: #B2E852;
}
</style>