Shades of Conifer #B2E55F
Tints of Conifer #B2E55F
RGB
CMYK
RGB Variations
Color information
#B2E55F (or 0xB2E55F) is known color: Conifer. HEX triplet: B2, E5 and 5F. RGB value is (178,229,95). Sum of RGB (Red+Green+Blue) = 178+229+95=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 95 (37.5% from 255 or 18.92% from 502); Max value from RGB is 229 - color contains mainly: green. Hex color #B2E55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E55F is #4D1AA0. Grayscale: #C6C6C6. Windows color (decimal): -5053089 or 6284722. OLE color: 6284722.
HSL color Cylindrical-coordinate representation of color #B2E55F: hue angle of 82.84º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2E55F is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 229 | 95 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.10 |
| HSL | 82.84º | 0.72% | 0.64% | - |
| HSV(B) | 82.84º | 0.59% | 0.9% | - |
| XYZ | 48.44 | 66.33 | 21.08 | - |
| YUV | 198.48 | 69.6 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 229 | 95 | 0.22 | 0 | 0.59 | 0.10 | 82.84 | 0.72 | 0.64 |
| Hex | B2 | E5 | 5F | 16 | 0 | 3B | A | 53 | 48 | 40 |
| Octal | 262 | 345 | 137 | 26 | 0 | 73 | 12 | 123 | 110 | 100 |
| Binary | 10110010 | 11100101 | 1011111 | 10110 | 0 | 111011 | 1010 | 1010011 | 1001000 | 1000000 |
Color Harmonies of #B2E55F
Complementary color
Monochromatic Colors of #B2E55F
Black with #B2E55F
Text Example
Text Example
White with #B2E55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E55F; }
p { color: rgb(178,229,95); }
H1.HeaderClassName
{
color: #B2E55F;
}
.AnyTagClassName
{
color: #B2E55F;
}
</style>
background-color css
<style>
a { background-color: #B2E55F; }
a { background-color: rgb(178,229,95); }
div.DivClassName
{
background-color: #B2E55F;
}
.BgClassName
{
background-color: #B2E55F;
}
</style>
border-color css
<style>
span { border-color: #B2E55F; }
span { border-color: rgb(178,229,95); }
td.TdClassName
{
border-color: #B2E55F;
}
.TagClassName
{
border-color: #B2E55F;
}
</style>