Shades of Conifer #B2F55E
Tints of Conifer #B2F55E
RGB
CMYK
RGB Variations
Color information
#B2F55E (or 0xB2F55E) is known color: Conifer. HEX triplet: B2, F5 and 5E. RGB value is (178,245,94). Sum of RGB (Red+Green+Blue) = 178+245+94=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 245 (96.09% from 255 or 47.39% from 517); Blue value is 94 (37.11% from 255 or 18.18% from 517); Max value from RGB is 245 - color contains mainly: green. Hex color #B2F55E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F55E is #4D0AA1. Grayscale: #D0D0D0. Windows color (decimal): -5048994 or 6223282. OLE color: 6223282.
HSL color Cylindrical-coordinate representation of color #B2F55E: hue angle of 86.62º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2F55E is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 245 | 94 | - |
| CMYK | 0.27 | 0 | 0.62 | 0.04 |
| HSL | 86.62º | 0.88% | 0.66% | - |
| HSV(B) | 86.62º | 0.62% | 0.96% | - |
| XYZ | 53.03 | 75.58 | 22.38 | - |
| YUV | 207.75 | 63.8 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 245 | 94 | 0.27 | 0 | 0.62 | 0.04 | 86.62 | 0.88 | 0.66 |
| Hex | B2 | F5 | 5E | 1B | 0 | 3E | 4 | 57 | 58 | 42 |
| Octal | 262 | 365 | 136 | 33 | 0 | 76 | 4 | 127 | 130 | 102 |
| Binary | 10110010 | 11110101 | 1011110 | 11011 | 0 | 111110 | 100 | 1010111 | 1011000 | 1000010 |
Color Harmonies of #B2F55E
Complementary color
Monochromatic Colors of #B2F55E
Black with #B2F55E
Text Example
Text Example
White with #B2F55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F55E; }
p { color: rgb(178,245,94); }
H1.HeaderClassName
{
color: #B2F55E;
}
.AnyTagClassName
{
color: #B2F55E;
}
</style>
background-color css
<style>
a { background-color: #B2F55E; }
a { background-color: rgb(178,245,94); }
div.DivClassName
{
background-color: #B2F55E;
}
.BgClassName
{
background-color: #B2F55E;
}
</style>
border-color css
<style>
span { border-color: #B2F55E; }
span { border-color: rgb(178,245,94); }
td.TdClassName
{
border-color: #B2F55E;
}
.TagClassName
{
border-color: #B2F55E;
}
</style>