Shades of Conifer #B3F256
Tints of Conifer #B3F256
RGB
CMYK
RGB Variations
Color information
#B3F256 (or 0xB3F256) is known color: Conifer. HEX triplet: B3, F2 and 56. RGB value is (179,242,86). Sum of RGB (Red+Green+Blue) = 179+242+86=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 86 (33.98% from 255 or 16.96% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #B3F256 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3F256 is #4C0DA9. Grayscale: #CDCDCD. Windows color (decimal): -4984234 or 5698227. OLE color: 5698227.
HSL color Cylindrical-coordinate representation of color #B3F256: hue angle of 84.23º 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 #B3F256 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 242 | 86 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.05 |
| HSL | 84.23º | 0.86% | 0.64% | - |
| HSV(B) | 84.23º | 0.64% | 0.95% | - |
| XYZ | 52.02 | 73.76 | 20.3 | - |
| YUV | 205.38 | 60.63 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 242 | 86 | 0.26 | 0 | 0.64 | 0.05 | 84.23 | 0.86 | 0.64 |
| Hex | B3 | F2 | 56 | 1A | 0 | 40 | 5 | 54 | 56 | 40 |
| Octal | 263 | 362 | 126 | 32 | 0 | 100 | 5 | 124 | 126 | 100 |
| Binary | 10110011 | 11110010 | 1010110 | 11010 | 0 | 1000000 | 101 | 1010100 | 1010110 | 1000000 |
Color Harmonies of #B3F256
Complementary color
Monochromatic Colors of #B3F256
Black with #B3F256
Text Example
Text Example
White with #B3F256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F256; }
p { color: rgb(179,242,86); }
H1.HeaderClassName
{
color: #B3F256;
}
.AnyTagClassName
{
color: #B3F256;
}
</style>
background-color css
<style>
a { background-color: #B3F256; }
a { background-color: rgb(179,242,86); }
div.DivClassName
{
background-color: #B3F256;
}
.BgClassName
{
background-color: #B3F256;
}
</style>
border-color css
<style>
span { border-color: #B3F256; }
span { border-color: rgb(179,242,86); }
td.TdClassName
{
border-color: #B3F256;
}
.TagClassName
{
border-color: #B3F256;
}
</style>