Shades of Conifer #B8F256
Tints of Conifer #B8F256
RGB
CMYK
RGB Variations
Color information
#B8F256 (or 0xB8F256) is known color: Conifer. HEX triplet: B8, F2 and 56. RGB value is (184,242,86). Sum of RGB (Red+Green+Blue) = 184+242+86=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 86 (33.98% from 255 or 16.80% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F256 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F256 is #470DA9. Grayscale: #CFCFCF. Windows color (decimal): -4656554 or 5698232. OLE color: 5698232.
HSL color Cylindrical-coordinate representation of color #B8F256: hue angle of 82.31º 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 #B8F256 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 242 | 86 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.05 |
| HSL | 82.31º | 0.86% | 0.64% | - |
| HSV(B) | 82.31º | 0.64% | 0.95% | - |
| XYZ | 53.2 | 74.37 | 20.35 | - |
| YUV | 206.87 | 59.78 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 242 | 86 | 0.24 | 0 | 0.64 | 0.05 | 82.31 | 0.86 | 0.64 |
| Hex | B8 | F2 | 56 | 18 | 0 | 40 | 5 | 52 | 56 | 40 |
| Octal | 270 | 362 | 126 | 30 | 0 | 100 | 5 | 122 | 126 | 100 |
| Binary | 10111000 | 11110010 | 1010110 | 11000 | 0 | 1000000 | 101 | 1010010 | 1010110 | 1000000 |
Color Harmonies of #B8F256
Complementary color
Monochromatic Colors of #B8F256
Black with #B8F256
Text Example
Text Example
White with #B8F256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F256; }
p { color: rgb(184,242,86); }
H1.HeaderClassName
{
color: #B8F256;
}
.AnyTagClassName
{
color: #B8F256;
}
</style>
background-color css
<style>
a { background-color: #B8F256; }
a { background-color: rgb(184,242,86); }
div.DivClassName
{
background-color: #B8F256;
}
.BgClassName
{
background-color: #B8F256;
}
</style>
border-color css
<style>
span { border-color: #B8F256; }
span { border-color: rgb(184,242,86); }
td.TdClassName
{
border-color: #B8F256;
}
.TagClassName
{
border-color: #B8F256;
}
</style>