Shades of Conifer #B2E13A
Tints of Conifer #B2E13A
RGB
CMYK
RGB Variations
Color information
#B2E13A (or 0xB2E13A) is known color: Conifer. HEX triplet: B2, E1 and 3A. RGB value is (178,225,58). Sum of RGB (Red+Green+Blue) = 178+225+58=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 225 (88.28% from 255 or 48.81% from 461); Blue value is 58 (23.05% from 255 or 12.58% from 461); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E13A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E13A is #4D1EC5. Grayscale: #C0C0C0. Windows color (decimal): -5054150 or 3858866. OLE color: 3858866.
HSL color Cylindrical-coordinate representation of color #B2E13A: hue angle of 76.89º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2E13A is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 225 | 58 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.12 |
| HSL | 76.89º | 0.74% | 0.55% | - |
| HSV(B) | 76.89º | 0.74% | 0.88% | - |
| XYZ | 46.05 | 63.62 | 13.86 | - |
| YUV | 191.91 | 52.43 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 225 | 58 | 0.21 | 0 | 0.74 | 0.12 | 76.89 | 0.74 | 0.55 |
| Hex | B2 | E1 | 3A | 15 | 0 | 4A | C | 4D | 4A | 37 |
| Octal | 262 | 341 | 72 | 25 | 0 | 112 | 14 | 115 | 112 | 67 |
| Binary | 10110010 | 11100001 | 111010 | 10101 | 0 | 1001010 | 1100 | 1001101 | 1001010 | 110111 |
Color Harmonies of #B2E13A
Complementary color
Monochromatic Colors of #B2E13A
Black with #B2E13A
Text Example
Text Example
White with #B2E13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E13A; }
p { color: rgb(178,225,58); }
H1.HeaderClassName
{
color: #B2E13A;
}
.AnyTagClassName
{
color: #B2E13A;
}
</style>
background-color css
<style>
a { background-color: #B2E13A; }
a { background-color: rgb(178,225,58); }
div.DivClassName
{
background-color: #B2E13A;
}
.BgClassName
{
background-color: #B2E13A;
}
</style>
border-color css
<style>
span { border-color: #B2E13A; }
span { border-color: rgb(178,225,58); }
td.TdClassName
{
border-color: #B2E13A;
}
.TagClassName
{
border-color: #B2E13A;
}
</style>