Shades of Conifer #B2E43A
Tints of Conifer #B2E43A
RGB
CMYK
RGB Variations
Color information
#B2E43A (or 0xB2E43A) is known color: Conifer. HEX triplet: B2, E4 and 3A. RGB value is (178,228,58). Sum of RGB (Red+Green+Blue) = 178+228+58=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 228 (89.45% from 255 or 49.14% from 464); Blue value is 58 (23.05% from 255 or 12.5% from 464); Max value from RGB is 228 - color contains mainly: green. Hex color #B2E43A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E43A is #4D1BC5. Grayscale: #C2C2C2. Windows color (decimal): -5053382 or 3859634. OLE color: 3859634.
HSL color Cylindrical-coordinate representation of color #B2E43A: hue angle of 77.65º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2E43A is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 228 | 58 | - |
| CMYK | 0.22 | 0 | 0.75 | 0.11 |
| HSL | 77.65º | 0.76% | 0.56% | - |
| HSV(B) | 77.65º | 0.75% | 0.89% | - |
| XYZ | 46.87 | 65.26 | 14.13 | - |
| YUV | 193.67 | 51.44 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 228 | 58 | 0.22 | 0 | 0.75 | 0.11 | 77.65 | 0.76 | 0.56 |
| Hex | B2 | E4 | 3A | 16 | 0 | 4B | B | 4E | 4C | 38 |
| Octal | 262 | 344 | 72 | 26 | 0 | 113 | 13 | 116 | 114 | 70 |
| Binary | 10110010 | 11100100 | 111010 | 10110 | 0 | 1001011 | 1011 | 1001110 | 1001100 | 111000 |
Color Harmonies of #B2E43A
Complementary color
Monochromatic Colors of #B2E43A
Black with #B2E43A
Text Example
Text Example
White with #B2E43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E43A; }
p { color: rgb(178,228,58); }
H1.HeaderClassName
{
color: #B2E43A;
}
.AnyTagClassName
{
color: #B2E43A;
}
</style>
background-color css
<style>
a { background-color: #B2E43A; }
a { background-color: rgb(178,228,58); }
div.DivClassName
{
background-color: #B2E43A;
}
.BgClassName
{
background-color: #B2E43A;
}
</style>
border-color css
<style>
span { border-color: #B2E43A; }
span { border-color: rgb(178,228,58); }
td.TdClassName
{
border-color: #B2E43A;
}
.TagClassName
{
border-color: #B2E43A;
}
</style>