Shades of Conifer #B9FB5D
Tints of Conifer #B9FB5D
RGB
CMYK
RGB Variations
Color information
#B9FB5D (or 0xB9FB5D) is known color: Conifer. HEX triplet: B9, FB and 5D. RGB value is (185,251,93). Sum of RGB (Red+Green+Blue) = 185+251+93=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 251 (98.44% from 255 or 47.45% from 529); Blue value is 93 (36.72% from 255 or 17.58% from 529); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FB5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FB5D is #4604A2. Grayscale: #D5D5D5. Windows color (decimal): -4588707 or 6159289. OLE color: 6159289.
HSL color Cylindrical-coordinate representation of color #B9FB5D: hue angle of 85.06º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9FB5D is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 251 | 93 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.02 |
| HSL | 85.06º | 0.95% | 0.67% | - |
| HSV(B) | 85.06º | 0.63% | 0.98% | - |
| XYZ | 56.48 | 80.1 | 22.84 | - |
| YUV | 213.25 | 60.13 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 251 | 93 | 0.26 | 0 | 0.63 | 0.02 | 85.06 | 0.95 | 0.67 |
| Hex | B9 | FB | 5D | 1A | 0 | 3F | 2 | 55 | 5F | 43 |
| Octal | 271 | 373 | 135 | 32 | 0 | 77 | 2 | 125 | 137 | 103 |
| Binary | 10111001 | 11111011 | 1011101 | 11010 | 0 | 111111 | 10 | 1010101 | 1011111 | 1000011 |
Color Harmonies of #B9FB5D
Complementary color
Monochromatic Colors of #B9FB5D
Black with #B9FB5D
Text Example
Text Example
White with #B9FB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FB5D; }
p { color: rgb(185,251,93); }
H1.HeaderClassName
{
color: #B9FB5D;
}
.AnyTagClassName
{
color: #B9FB5D;
}
</style>
background-color css
<style>
a { background-color: #B9FB5D; }
a { background-color: rgb(185,251,93); }
div.DivClassName
{
background-color: #B9FB5D;
}
.BgClassName
{
background-color: #B9FB5D;
}
</style>
border-color css
<style>
span { border-color: #B9FB5D; }
span { border-color: rgb(185,251,93); }
td.TdClassName
{
border-color: #B9FB5D;
}
.TagClassName
{
border-color: #B9FB5D;
}
</style>