Shades of Conifer #B2E43B
Tints of Conifer #B2E43B
RGB
CMYK
RGB Variations
Color information
#B2E43B (or 0xB2E43B) is known color: Conifer. HEX triplet: B2, E4 and 3B. RGB value is (178,228,59). Sum of RGB (Red+Green+Blue) = 178+228+59=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 228 (89.45% from 255 or 49.03% from 465); Blue value is 59 (23.44% from 255 or 12.69% from 465); Max value from RGB is 228 - color contains mainly: green. Hex color #B2E43B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E43B is #4D1BC4. Grayscale: #C2C2C2. Windows color (decimal): -5053381 or 3925170. OLE color: 3925170.
HSL color Cylindrical-coordinate representation of color #B2E43B: hue angle of 77.75º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2E43B is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 228 | 59 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.11 |
| HSL | 77.75º | 0.76% | 0.56% | - |
| HSV(B) | 77.75º | 0.74% | 0.89% | - |
| XYZ | 46.89 | 65.27 | 14.26 | - |
| YUV | 193.78 | 51.94 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 228 | 59 | 0.22 | 0 | 0.74 | 0.11 | 77.75 | 0.76 | 0.56 |
| Hex | B2 | E4 | 3B | 16 | 0 | 4A | B | 4E | 4C | 38 |
| Octal | 262 | 344 | 73 | 26 | 0 | 112 | 13 | 116 | 114 | 70 |
| Binary | 10110010 | 11100100 | 111011 | 10110 | 0 | 1001010 | 1011 | 1001110 | 1001100 | 111000 |
Color Harmonies of #B2E43B
Complementary color
Monochromatic Colors of #B2E43B
Black with #B2E43B
Text Example
Text Example
White with #B2E43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E43B; }
p { color: rgb(178,228,59); }
H1.HeaderClassName
{
color: #B2E43B;
}
.AnyTagClassName
{
color: #B2E43B;
}
</style>
background-color css
<style>
a { background-color: #B2E43B; }
a { background-color: rgb(178,228,59); }
div.DivClassName
{
background-color: #B2E43B;
}
.BgClassName
{
background-color: #B2E43B;
}
</style>
border-color css
<style>
span { border-color: #B2E43B; }
span { border-color: rgb(178,228,59); }
td.TdClassName
{
border-color: #B2E43B;
}
.TagClassName
{
border-color: #B2E43B;
}
</style>