Shades of Conifer #B9FE5B
Tints of Conifer #B9FE5B
RGB
CMYK
RGB Variations
Color information
#B9FE5B (or 0xB9FE5B) is known color: Conifer. HEX triplet: B9, FE and 5B. RGB value is (185,254,91). Sum of RGB (Red+Green+Blue) = 185+254+91=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 91 (35.94% from 255 or 17.17% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FE5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FE5B is #4601A4. Grayscale: #D7D7D7. Windows color (decimal): -4587941 or 6028985. OLE color: 6028985.
HSL color Cylindrical-coordinate representation of color #B9FE5B: hue angle of 85.4º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B9FE5B is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 254 | 91 | - |
| CMYK | 0.27 | 0 | 0.64 | 0.00 |
| HSL | 85.4º | 0.99% | 0.68% | - |
| HSV(B) | 85.4º | 0.64% | 1% | - |
| XYZ | 57.34 | 81.95 | 22.69 | - |
| YUV | 214.79 | 58.14 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 254 | 91 | 0.27 | 0 | 0.64 | 0.00 | 85.4 | 0.99 | 0.68 |
| Hex | B9 | FE | 5B | 1B | 0 | 40 | 0 | 55 | 63 | 44 |
| Octal | 271 | 376 | 133 | 33 | 0 | 100 | 0 | 125 | 143 | 104 |
| Binary | 10111001 | 11111110 | 1011011 | 11011 | 0 | 1000000 | 0 | 1010101 | 1100011 | 1000100 |
Color Harmonies of #B9FE5B
Complementary color
Monochromatic Colors of #B9FE5B
Black with #B9FE5B
Text Example
Text Example
White with #B9FE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FE5B; }
p { color: rgb(185,254,91); }
H1.HeaderClassName
{
color: #B9FE5B;
}
.AnyTagClassName
{
color: #B9FE5B;
}
</style>
background-color css
<style>
a { background-color: #B9FE5B; }
a { background-color: rgb(185,254,91); }
div.DivClassName
{
background-color: #B9FE5B;
}
.BgClassName
{
background-color: #B9FE5B;
}
</style>
border-color css
<style>
span { border-color: #B9FE5B; }
span { border-color: rgb(185,254,91); }
td.TdClassName
{
border-color: #B9FE5B;
}
.TagClassName
{
border-color: #B9FE5B;
}
</style>