Shades of Conifer #B2E462
Tints of Conifer #B2E462
RGB
CMYK
RGB Variations
Color information
#B2E462 (or 0xB2E462) is known color: Conifer. HEX triplet: B2, E4 and 62. RGB value is (178,228,98). Sum of RGB (Red+Green+Blue) = 178+228+98=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 228 (89.45% from 255 or 45.24% from 504); Blue value is 98 (38.67% from 255 or 19.44% from 504); Max value from RGB is 228 - color contains mainly: green. Hex color #B2E462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E462 is #4D1B9D. Grayscale: #C6C6C6. Windows color (decimal): -5053342 or 6481074. OLE color: 6481074.
HSL color Cylindrical-coordinate representation of color #B2E462: hue angle of 83.08º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2E462 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 228 | 98 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.11 |
| HSL | 83.08º | 0.71% | 0.64% | - |
| HSV(B) | 83.08º | 0.57% | 0.89% | - |
| XYZ | 48.31 | 65.83 | 21.72 | - |
| YUV | 198.23 | 71.44 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 228 | 98 | 0.22 | 0 | 0.57 | 0.11 | 83.08 | 0.71 | 0.64 |
| Hex | B2 | E4 | 62 | 16 | 0 | 39 | B | 53 | 47 | 40 |
| Octal | 262 | 344 | 142 | 26 | 0 | 71 | 13 | 123 | 107 | 100 |
| Binary | 10110010 | 11100100 | 1100010 | 10110 | 0 | 111001 | 1011 | 1010011 | 1000111 | 1000000 |
Color Harmonies of #B2E462
Complementary color
Monochromatic Colors of #B2E462
Black with #B2E462
Text Example
Text Example
White with #B2E462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E462; }
p { color: rgb(178,228,98); }
H1.HeaderClassName
{
color: #B2E462;
}
.AnyTagClassName
{
color: #B2E462;
}
</style>
background-color css
<style>
a { background-color: #B2E462; }
a { background-color: rgb(178,228,98); }
div.DivClassName
{
background-color: #B2E462;
}
.BgClassName
{
background-color: #B2E462;
}
</style>
border-color css
<style>
span { border-color: #B2E462; }
span { border-color: rgb(178,228,98); }
td.TdClassName
{
border-color: #B2E462;
}
.TagClassName
{
border-color: #B2E462;
}
</style>