Shades of Conifer #B9F157
Tints of Conifer #B9F157
RGB
CMYK
RGB Variations
Color information
#B9F157 (or 0xB9F157) is known color: Conifer. HEX triplet: B9, F1 and 57. RGB value is (185,241,87). Sum of RGB (Red+Green+Blue) = 185+241+87=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 87 (34.38% from 255 or 16.96% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #B9F157 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F157 is #460EA8. Grayscale: #CFCFCF. Windows color (decimal): -4591273 or 5763513. OLE color: 5763513.
HSL color Cylindrical-coordinate representation of color #B9F157: hue angle of 81.82º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B9F157 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 241 | 87 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.05 |
| HSL | 81.82º | 0.85% | 0.64% | - |
| HSV(B) | 81.82º | 0.64% | 0.95% | - |
| XYZ | 53.18 | 73.91 | 20.48 | - |
| YUV | 206.7 | 60.45 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 241 | 87 | 0.23 | 0 | 0.64 | 0.05 | 81.82 | 0.85 | 0.64 |
| Hex | B9 | F1 | 57 | 17 | 0 | 40 | 5 | 52 | 55 | 40 |
| Octal | 271 | 361 | 127 | 27 | 0 | 100 | 5 | 122 | 125 | 100 |
| Binary | 10111001 | 11110001 | 1010111 | 10111 | 0 | 1000000 | 101 | 1010010 | 1010101 | 1000000 |
Color Harmonies of #B9F157
Complementary color
Monochromatic Colors of #B9F157
Black with #B9F157
Text Example
Text Example
White with #B9F157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F157; }
p { color: rgb(185,241,87); }
H1.HeaderClassName
{
color: #B9F157;
}
.AnyTagClassName
{
color: #B9F157;
}
</style>
background-color css
<style>
a { background-color: #B9F157; }
a { background-color: rgb(185,241,87); }
div.DivClassName
{
background-color: #B9F157;
}
.BgClassName
{
background-color: #B9F157;
}
</style>
border-color css
<style>
span { border-color: #B9F157; }
span { border-color: rgb(185,241,87); }
td.TdClassName
{
border-color: #B9F157;
}
.TagClassName
{
border-color: #B9F157;
}
</style>