Shades of Conifer #B2F256
Tints of Conifer #B2F256
RGB
CMYK
RGB Variations
Color information
#B2F256 (or 0xB2F256) is known color: Conifer. HEX triplet: B2, F2 and 56. RGB value is (178,242,86). Sum of RGB (Red+Green+Blue) = 178+242+86=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 86 (33.98% from 255 or 17.00% from 506); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F256 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F256 is #4D0DA9. Grayscale: #CDCDCD. Windows color (decimal): -5049770 or 5698226. OLE color: 5698226.
HSL color Cylindrical-coordinate representation of color #B2F256: hue angle of 84.62º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2F256 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 242 | 86 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.05 |
| HSL | 84.62º | 0.86% | 0.64% | - |
| HSV(B) | 84.62º | 0.64% | 0.95% | - |
| XYZ | 51.79 | 73.64 | 20.29 | - |
| YUV | 205.08 | 60.8 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 242 | 86 | 0.26 | 0 | 0.64 | 0.05 | 84.62 | 0.86 | 0.64 |
| Hex | B2 | F2 | 56 | 1A | 0 | 40 | 5 | 55 | 56 | 40 |
| Octal | 262 | 362 | 126 | 32 | 0 | 100 | 5 | 125 | 126 | 100 |
| Binary | 10110010 | 11110010 | 1010110 | 11010 | 0 | 1000000 | 101 | 1010101 | 1010110 | 1000000 |
Color Harmonies of #B2F256
Complementary color
Monochromatic Colors of #B2F256
Black with #B2F256
Text Example
Text Example
White with #B2F256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F256; }
p { color: rgb(178,242,86); }
H1.HeaderClassName
{
color: #B2F256;
}
.AnyTagClassName
{
color: #B2F256;
}
</style>
background-color css
<style>
a { background-color: #B2F256; }
a { background-color: rgb(178,242,86); }
div.DivClassName
{
background-color: #B2F256;
}
.BgClassName
{
background-color: #B2F256;
}
</style>
border-color css
<style>
span { border-color: #B2F256; }
span { border-color: rgb(178,242,86); }
td.TdClassName
{
border-color: #B2F256;
}
.TagClassName
{
border-color: #B2F256;
}
</style>