Shades of Conifer #B2E35C
Tints of Conifer #B2E35C
RGB
CMYK
RGB Variations
Color information
#B2E35C (or 0xB2E35C) is known color: Conifer. HEX triplet: B2, E3 and 5C. RGB value is (178,227,92). Sum of RGB (Red+Green+Blue) = 178+227+92=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 227 - color contains mainly: green. Hex color #B2E35C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E35C is #4D1CA3. Grayscale: #C5C5C5. Windows color (decimal): -5053604 or 6087602. OLE color: 6087602.
HSL color Cylindrical-coordinate representation of color #B2E35C: hue angle of 81.78º degrees, saturation: 0.71, 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 #B2E35C is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 227 | 92 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.11 |
| HSL | 81.78º | 0.71% | 0.63% | - |
| HSV(B) | 81.78º | 0.59% | 0.89% | - |
| XYZ | 47.76 | 65.18 | 20.19 | - |
| YUV | 196.96 | 68.77 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 227 | 92 | 0.22 | 0 | 0.59 | 0.11 | 81.78 | 0.71 | 0.63 |
| Hex | B2 | E3 | 5C | 16 | 0 | 3B | B | 52 | 47 | 3F |
| Octal | 262 | 343 | 134 | 26 | 0 | 73 | 13 | 122 | 107 | 77 |
| Binary | 10110010 | 11100011 | 1011100 | 10110 | 0 | 111011 | 1011 | 1010010 | 1000111 | 111111 |
Color Harmonies of #B2E35C
Complementary color
Monochromatic Colors of #B2E35C
Black with #B2E35C
Text Example
Text Example
White with #B2E35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E35C; }
p { color: rgb(178,227,92); }
H1.HeaderClassName
{
color: #B2E35C;
}
.AnyTagClassName
{
color: #B2E35C;
}
</style>
background-color css
<style>
a { background-color: #B2E35C; }
a { background-color: rgb(178,227,92); }
div.DivClassName
{
background-color: #B2E35C;
}
.BgClassName
{
background-color: #B2E35C;
}
</style>
border-color css
<style>
span { border-color: #B2E35C; }
span { border-color: rgb(178,227,92); }
td.TdClassName
{
border-color: #B2E35C;
}
.TagClassName
{
border-color: #B2E35C;
}
</style>