Shades of Conifer #B9FF5B
Tints of Conifer #B9FF5B
RGB
CMYK
RGB Variations
Color information
#B9FF5B (or 0xB9FF5B) is known color: Conifer. HEX triplet: B9, FF and 5B. RGB value is (185,255,91). Sum of RGB (Red+Green+Blue) = 185+255+91=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 91 (35.94% from 255 or 17.14% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FF5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FF5B is #4600A4. Grayscale: #D7D7D7. Windows color (decimal): -4587685 or 6029241. OLE color: 6029241.
HSL color Cylindrical-coordinate representation of color #B9FF5B: hue angle of 85.61º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B9FF5B is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 91 | - |
| CMYK | 0.27 | 0 | 0.64 | 0 |
| HSL | 85.61º | 1% | 0.68% | - |
| HSV(B) | 85.61º | 0.64% | 1% | - |
| XYZ | 57.66 | 82.59 | 22.8 | - |
| YUV | 215.37 | 57.81 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 91 | 0.27 | 0 | 0.64 | 0 | 85.61 | 1 | 0.68 |
| Hex | B9 | FF | 5B | 1B | 0 | 40 | 0 | 56 | 64 | 44 |
| Octal | 271 | 377 | 133 | 33 | 0 | 100 | 0 | 126 | 144 | 104 |
| Binary | 10111001 | 11111111 | 1011011 | 11011 | 0 | 1000000 | 0 | 1010110 | 1100100 | 1000100 |
Color Harmonies of #B9FF5B
Complementary color
Monochromatic Colors of #B9FF5B
Black with #B9FF5B
Text Example
Text Example
White with #B9FF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FF5B; }
p { color: rgb(185,255,91); }
H1.HeaderClassName
{
color: #B9FF5B;
}
.AnyTagClassName
{
color: #B9FF5B;
}
</style>
background-color css
<style>
a { background-color: #B9FF5B; }
a { background-color: rgb(185,255,91); }
div.DivClassName
{
background-color: #B9FF5B;
}
.BgClassName
{
background-color: #B9FF5B;
}
</style>
border-color css
<style>
span { border-color: #B9FF5B; }
span { border-color: rgb(185,255,91); }
td.TdClassName
{
border-color: #B9FF5B;
}
.TagClassName
{
border-color: #B9FF5B;
}
</style>