Shades of Conifer #B2E55B
Tints of Conifer #B2E55B
RGB
CMYK
RGB Variations
Color information
#B2E55B (or 0xB2E55B) is known color: Conifer. HEX triplet: B2, E5 and 5B. RGB value is (178,229,91). Sum of RGB (Red+Green+Blue) = 178+229+91=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 229 (89.84% from 255 or 45.98% from 498); Blue value is 91 (35.94% from 255 or 18.27% from 498); Max value from RGB is 229 - color contains mainly: green. Hex color #B2E55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E55B is #4D1AA4. Grayscale: #C6C6C6. Windows color (decimal): -5053093 or 6022578. OLE color: 6022578.
HSL color Cylindrical-coordinate representation of color #B2E55B: hue angle of 82.17º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2E55B is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 229 | 91 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.10 |
| HSL | 82.17º | 0.73% | 0.63% | - |
| HSV(B) | 82.17º | 0.6% | 0.9% | - |
| XYZ | 48.27 | 66.26 | 20.14 | - |
| YUV | 198.02 | 67.6 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 229 | 91 | 0.22 | 0 | 0.60 | 0.10 | 82.17 | 0.73 | 0.63 |
| Hex | B2 | E5 | 5B | 16 | 0 | 3C | A | 52 | 49 | 3F |
| Octal | 262 | 345 | 133 | 26 | 0 | 74 | 12 | 122 | 111 | 77 |
| Binary | 10110010 | 11100101 | 1011011 | 10110 | 0 | 111100 | 1010 | 1010010 | 1001001 | 111111 |
Color Harmonies of #B2E55B
Complementary color
Monochromatic Colors of #B2E55B
Black with #B2E55B
Text Example
Text Example
White with #B2E55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E55B; }
p { color: rgb(178,229,91); }
H1.HeaderClassName
{
color: #B2E55B;
}
.AnyTagClassName
{
color: #B2E55B;
}
</style>
background-color css
<style>
a { background-color: #B2E55B; }
a { background-color: rgb(178,229,91); }
div.DivClassName
{
background-color: #B2E55B;
}
.BgClassName
{
background-color: #B2E55B;
}
</style>
border-color css
<style>
span { border-color: #B2E55B; }
span { border-color: rgb(178,229,91); }
td.TdClassName
{
border-color: #B2E55B;
}
.TagClassName
{
border-color: #B2E55B;
}
</style>