Shades of Conifer #B2FF56
Tints of Conifer #B2FF56
RGB
CMYK
RGB Variations
Color information
#B2FF56 (or 0xB2FF56) is known color: Conifer. HEX triplet: B2, FF and 56. RGB value is (178,255,86). Sum of RGB (Red+Green+Blue) = 178+255+86=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 86 (33.98% from 255 or 16.57% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FF56 is #4D00A9. Grayscale: #D5D5D5. Windows color (decimal): -5046442 or 5701554. OLE color: 5701554.
HSL color Cylindrical-coordinate representation of color #B2FF56: hue angle of 87.34º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2FF56 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 86 | - |
| CMYK | 0.30 | 0 | 0.66 | 0 |
| HSL | 87.34º | 1% | 0.67% | - |
| HSV(B) | 87.34º | 0.66% | 1% | - |
| XYZ | 55.8 | 81.66 | 21.62 | - |
| YUV | 212.71 | 56.49 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 86 | 0.30 | 0 | 0.66 | 0 | 87.34 | 1 | 0.67 |
| Hex | B2 | FF | 56 | 1E | 0 | 42 | 0 | 57 | 64 | 43 |
| Octal | 262 | 377 | 126 | 36 | 0 | 102 | 0 | 127 | 144 | 103 |
| Binary | 10110010 | 11111111 | 1010110 | 11110 | 0 | 1000010 | 0 | 1010111 | 1100100 | 1000011 |
Color Harmonies of #B2FF56
Complementary color
Monochromatic Colors of #B2FF56
Black with #B2FF56
Text Example
Text Example
White with #B2FF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FF56; }
p { color: rgb(178,255,86); }
H1.HeaderClassName
{
color: #B2FF56;
}
.AnyTagClassName
{
color: #B2FF56;
}
</style>
background-color css
<style>
a { background-color: #B2FF56; }
a { background-color: rgb(178,255,86); }
div.DivClassName
{
background-color: #B2FF56;
}
.BgClassName
{
background-color: #B2FF56;
}
</style>
border-color css
<style>
span { border-color: #B2FF56; }
span { border-color: rgb(178,255,86); }
td.TdClassName
{
border-color: #B2FF56;
}
.TagClassName
{
border-color: #B2FF56;
}
</style>