Shades of Conifer #B9FF56
Tints of Conifer #B9FF56
RGB
CMYK
RGB Variations
Color information
#B9FF56 (or 0xB9FF56) is known color: Conifer. HEX triplet: B9, FF and 56. RGB value is (185,255,86). Sum of RGB (Red+Green+Blue) = 185+255+86=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 86 (33.98% from 255 or 16.35% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FF56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FF56 is #4600A9. Grayscale: #D7D7D7. Windows color (decimal): -4587690 or 5701561. OLE color: 5701561.
HSL color Cylindrical-coordinate representation of color #B9FF56: hue angle of 84.85º 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 #B9FF56 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 86 | - |
| CMYK | 0.27 | 0 | 0.66 | 0 |
| HSL | 84.85º | 1% | 0.67% | - |
| HSV(B) | 84.85º | 0.66% | 1% | - |
| XYZ | 57.45 | 82.51 | 21.7 | - |
| YUV | 214.8 | 55.31 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 86 | 0.27 | 0 | 0.66 | 0 | 84.85 | 1 | 0.67 |
| Hex | B9 | FF | 56 | 1B | 0 | 42 | 0 | 55 | 64 | 43 |
| Octal | 271 | 377 | 126 | 33 | 0 | 102 | 0 | 125 | 144 | 103 |
| Binary | 10111001 | 11111111 | 1010110 | 11011 | 0 | 1000010 | 0 | 1010101 | 1100100 | 1000011 |
Color Harmonies of #B9FF56
Complementary color
Monochromatic Colors of #B9FF56
Black with #B9FF56
Text Example
Text Example
White with #B9FF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FF56; }
p { color: rgb(185,255,86); }
H1.HeaderClassName
{
color: #B9FF56;
}
.AnyTagClassName
{
color: #B9FF56;
}
</style>
background-color css
<style>
a { background-color: #B9FF56; }
a { background-color: rgb(185,255,86); }
div.DivClassName
{
background-color: #B9FF56;
}
.BgClassName
{
background-color: #B9FF56;
}
</style>
border-color css
<style>
span { border-color: #B9FF56; }
span { border-color: rgb(185,255,86); }
td.TdClassName
{
border-color: #B9FF56;
}
.TagClassName
{
border-color: #B9FF56;
}
</style>