Shades of Conifer #B9FF59
Tints of Conifer #B9FF59
RGB
CMYK
RGB Variations
Color information
#B9FF59 (or 0xB9FF59) is known color: Conifer. HEX triplet: B9, FF and 59. RGB value is (185,255,89). Sum of RGB (Red+Green+Blue) = 185+255+89=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 89 (35.16% from 255 or 16.82% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FF59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FF59 is #4600A6. Grayscale: #D7D7D7. Windows color (decimal): -4587687 or 5898169. OLE color: 5898169.
HSL color Cylindrical-coordinate representation of color #B9FF59: hue angle of 85.3º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B9FF59 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 89 | - |
| CMYK | 0.27 | 0 | 0.65 | 0 |
| HSL | 85.3º | 1% | 0.67% | - |
| HSV(B) | 85.3º | 0.65% | 1% | - |
| XYZ | 57.57 | 82.56 | 22.35 | - |
| YUV | 215.15 | 56.81 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 89 | 0.27 | 0 | 0.65 | 0 | 85.3 | 1 | 0.67 |
| Hex | B9 | FF | 59 | 1B | 0 | 41 | 0 | 55 | 64 | 43 |
| Octal | 271 | 377 | 131 | 33 | 0 | 101 | 0 | 125 | 144 | 103 |
| Binary | 10111001 | 11111111 | 1011001 | 11011 | 0 | 1000001 | 0 | 1010101 | 1100100 | 1000011 |
Color Harmonies of #B9FF59
Complementary color
Monochromatic Colors of #B9FF59
Black with #B9FF59
Text Example
Text Example
White with #B9FF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FF59; }
p { color: rgb(185,255,89); }
H1.HeaderClassName
{
color: #B9FF59;
}
.AnyTagClassName
{
color: #B9FF59;
}
</style>
background-color css
<style>
a { background-color: #B9FF59; }
a { background-color: rgb(185,255,89); }
div.DivClassName
{
background-color: #B9FF59;
}
.BgClassName
{
background-color: #B9FF59;
}
</style>
border-color css
<style>
span { border-color: #B9FF59; }
span { border-color: rgb(185,255,89); }
td.TdClassName
{
border-color: #B9FF59;
}
.TagClassName
{
border-color: #B9FF59;
}
</style>