Shades of Conifer #B2E25D
Tints of Conifer #B2E25D
RGB
CMYK
RGB Variations
Color information
#B2E25D (or 0xB2E25D) is known color: Conifer. HEX triplet: B2, E2 and 5D. RGB value is (178,226,93). Sum of RGB (Red+Green+Blue) = 178+226+93=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 226 (88.67% from 255 or 45.47% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 226 - color contains mainly: green. Hex color #B2E25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E25D is #4D1DA2. Grayscale: #C4C4C4. Windows color (decimal): -5053859 or 6152882. OLE color: 6152882.
HSL color Cylindrical-coordinate representation of color #B2E25D: hue angle of 81.65º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2E25D is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 226 | 93 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.11 |
| HSL | 81.65º | 0.7% | 0.63% | - |
| HSV(B) | 81.65º | 0.59% | 0.89% | - |
| XYZ | 47.53 | 64.65 | 20.33 | - |
| YUV | 196.49 | 69.6 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 226 | 93 | 0.21 | 0 | 0.59 | 0.11 | 81.65 | 0.7 | 0.63 |
| Hex | B2 | E2 | 5D | 15 | 0 | 3B | B | 52 | 46 | 3F |
| Octal | 262 | 342 | 135 | 25 | 0 | 73 | 13 | 122 | 106 | 77 |
| Binary | 10110010 | 11100010 | 1011101 | 10101 | 0 | 111011 | 1011 | 1010010 | 1000110 | 111111 |
Color Harmonies of #B2E25D
Complementary color
Monochromatic Colors of #B2E25D
Black with #B2E25D
Text Example
Text Example
White with #B2E25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E25D; }
p { color: rgb(178,226,93); }
H1.HeaderClassName
{
color: #B2E25D;
}
.AnyTagClassName
{
color: #B2E25D;
}
</style>
background-color css
<style>
a { background-color: #B2E25D; }
a { background-color: rgb(178,226,93); }
div.DivClassName
{
background-color: #B2E25D;
}
.BgClassName
{
background-color: #B2E25D;
}
</style>
border-color css
<style>
span { border-color: #B2E25D; }
span { border-color: rgb(178,226,93); }
td.TdClassName
{
border-color: #B2E25D;
}
.TagClassName
{
border-color: #B2E25D;
}
</style>