Shades of Conifer #B4F256
Tints of Conifer #B4F256
RGB
CMYK
RGB Variations
Color information
#B4F256 (or 0xB4F256) is known color: Conifer. HEX triplet: B4, F2 and 56. RGB value is (180,242,86). Sum of RGB (Red+Green+Blue) = 180+242+86=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 86 (33.98% from 255 or 16.93% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #B4F256 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F256 is #4B0DA9. Grayscale: #CECECE. Windows color (decimal): -4918698 or 5698228. OLE color: 5698228.
HSL color Cylindrical-coordinate representation of color #B4F256: hue angle of 83.85º 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 #B4F256 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 242 | 86 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.05 |
| HSL | 83.85º | 0.86% | 0.64% | - |
| HSV(B) | 83.85º | 0.64% | 0.95% | - |
| XYZ | 52.25 | 73.88 | 20.31 | - |
| YUV | 205.68 | 60.46 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 242 | 86 | 0.26 | 0 | 0.64 | 0.05 | 83.85 | 0.86 | 0.64 |
| Hex | B4 | F2 | 56 | 1A | 0 | 40 | 5 | 54 | 56 | 40 |
| Octal | 264 | 362 | 126 | 32 | 0 | 100 | 5 | 124 | 126 | 100 |
| Binary | 10110100 | 11110010 | 1010110 | 11010 | 0 | 1000000 | 101 | 1010100 | 1010110 | 1000000 |
Color Harmonies of #B4F256
Complementary color
Monochromatic Colors of #B4F256
Black with #B4F256
Text Example
Text Example
White with #B4F256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F256; }
p { color: rgb(180,242,86); }
H1.HeaderClassName
{
color: #B4F256;
}
.AnyTagClassName
{
color: #B4F256;
}
</style>
background-color css
<style>
a { background-color: #B4F256; }
a { background-color: rgb(180,242,86); }
div.DivClassName
{
background-color: #B4F256;
}
.BgClassName
{
background-color: #B4F256;
}
</style>
border-color css
<style>
span { border-color: #B4F256; }
span { border-color: rgb(180,242,86); }
td.TdClassName
{
border-color: #B4F256;
}
.TagClassName
{
border-color: #B4F256;
}
</style>