Shades of Conifer #B9EF65
Tints of Conifer #B9EF65
RGB
CMYK
RGB Variations
Color information
#B9EF65 (or 0xB9EF65) is known color: Conifer. HEX triplet: B9, EF and 65. RGB value is (185,239,101). Sum of RGB (Red+Green+Blue) = 185+239+101=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 239 (93.75% from 255 or 45.52% from 525); Blue value is 101 (39.84% from 255 or 19.24% from 525); Max value from RGB is 239 - color contains mainly: green. Hex color #B9EF65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9EF65 is #46109A. Grayscale: #CFCFCF. Windows color (decimal): -4591771 or 6680505. OLE color: 6680505.
HSL color Cylindrical-coordinate representation of color #B9EF65: hue angle of 83.48º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9EF65 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 239 | 101 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.06 |
| HSL | 83.48º | 0.81% | 0.67% | - |
| HSV(B) | 83.48º | 0.58% | 0.94% | - |
| XYZ | 53.22 | 72.99 | 23.59 | - |
| YUV | 207.12 | 68.11 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 239 | 101 | 0.23 | 0 | 0.58 | 0.06 | 83.48 | 0.81 | 0.67 |
| Hex | B9 | EF | 65 | 17 | 0 | 3A | 6 | 53 | 51 | 43 |
| Octal | 271 | 357 | 145 | 27 | 0 | 72 | 6 | 123 | 121 | 103 |
| Binary | 10111001 | 11101111 | 1100101 | 10111 | 0 | 111010 | 110 | 1010011 | 1010001 | 1000011 |
Color Harmonies of #B9EF65
Complementary color
Monochromatic Colors of #B9EF65
Black with #B9EF65
Text Example
Text Example
White with #B9EF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EF65; }
p { color: rgb(185,239,101); }
H1.HeaderClassName
{
color: #B9EF65;
}
.AnyTagClassName
{
color: #B9EF65;
}
</style>
background-color css
<style>
a { background-color: #B9EF65; }
a { background-color: rgb(185,239,101); }
div.DivClassName
{
background-color: #B9EF65;
}
.BgClassName
{
background-color: #B9EF65;
}
</style>
border-color css
<style>
span { border-color: #B9EF65; }
span { border-color: rgb(185,239,101); }
td.TdClassName
{
border-color: #B9EF65;
}
.TagClassName
{
border-color: #B9EF65;
}
</style>