Shades of Conifer #B2FE56
Tints of Conifer #B2FE56
RGB
CMYK
RGB Variations
Color information
#B2FE56 (or 0xB2FE56) is known color: Conifer. HEX triplet: B2, FE and 56. RGB value is (178,254,86). Sum of RGB (Red+Green+Blue) = 178+254+86=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 86 (33.98% from 255 or 16.60% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FE56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FE56 is #4D01A9. Grayscale: #D4D4D4. Windows color (decimal): -5046698 or 5701298. OLE color: 5701298.
HSL color Cylindrical-coordinate representation of color #B2FE56: hue angle of 87.14º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2FE56 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 254 | 86 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.00 |
| HSL | 87.14º | 0.99% | 0.67% | - |
| HSV(B) | 87.14º | 0.66% | 1% | - |
| XYZ | 55.48 | 81.02 | 21.52 | - |
| YUV | 212.12 | 56.82 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 254 | 86 | 0.30 | 0 | 0.66 | 0.00 | 87.14 | 0.99 | 0.67 |
| Hex | B2 | FE | 56 | 1E | 0 | 42 | 0 | 57 | 63 | 43 |
| Octal | 262 | 376 | 126 | 36 | 0 | 102 | 0 | 127 | 143 | 103 |
| Binary | 10110010 | 11111110 | 1010110 | 11110 | 0 | 1000010 | 0 | 1010111 | 1100011 | 1000011 |
Color Harmonies of #B2FE56
Complementary color
Monochromatic Colors of #B2FE56
Black with #B2FE56
Text Example
Text Example
White with #B2FE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FE56; }
p { color: rgb(178,254,86); }
H1.HeaderClassName
{
color: #B2FE56;
}
.AnyTagClassName
{
color: #B2FE56;
}
</style>
background-color css
<style>
a { background-color: #B2FE56; }
a { background-color: rgb(178,254,86); }
div.DivClassName
{
background-color: #B2FE56;
}
.BgClassName
{
background-color: #B2FE56;
}
</style>
border-color css
<style>
span { border-color: #B2FE56; }
span { border-color: rgb(178,254,86); }
td.TdClassName
{
border-color: #B2FE56;
}
.TagClassName
{
border-color: #B2FE56;
}
</style>