Shades of Conifer #B9F065
Tints of Conifer #B9F065
RGB
CMYK
RGB Variations
Color information
#B9F065 (or 0xB9F065) is known color: Conifer. HEX triplet: B9, F0 and 65. RGB value is (185,240,101). Sum of RGB (Red+Green+Blue) = 185+240+101=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 240 (94.14% from 255 or 45.63% from 526); Blue value is 101 (39.84% from 255 or 19.20% from 526); Max value from RGB is 240 - color contains mainly: green. Hex color #B9F065 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F065 is #460F9A. Grayscale: #D0D0D0. Windows color (decimal): -4591515 or 6680761. OLE color: 6680761.
HSL color Cylindrical-coordinate representation of color #B9F065: hue angle of 83.74º degrees, saturation: 0.82, 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 #B9F065 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 240 | 101 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.06 |
| HSL | 83.74º | 0.82% | 0.67% | - |
| HSV(B) | 83.74º | 0.58% | 0.94% | - |
| XYZ | 53.52 | 73.57 | 23.69 | - |
| YUV | 207.71 | 67.78 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 240 | 101 | 0.23 | 0 | 0.58 | 0.06 | 83.74 | 0.82 | 0.67 |
| Hex | B9 | F0 | 65 | 17 | 0 | 3A | 6 | 54 | 52 | 43 |
| Octal | 271 | 360 | 145 | 27 | 0 | 72 | 6 | 124 | 122 | 103 |
| Binary | 10111001 | 11110000 | 1100101 | 10111 | 0 | 111010 | 110 | 1010100 | 1010010 | 1000011 |
Color Harmonies of #B9F065
Complementary color
Monochromatic Colors of #B9F065
Black with #B9F065
Text Example
Text Example
White with #B9F065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F065; }
p { color: rgb(185,240,101); }
H1.HeaderClassName
{
color: #B9F065;
}
.AnyTagClassName
{
color: #B9F065;
}
</style>
background-color css
<style>
a { background-color: #B9F065; }
a { background-color: rgb(185,240,101); }
div.DivClassName
{
background-color: #B9F065;
}
.BgClassName
{
background-color: #B9F065;
}
</style>
border-color css
<style>
span { border-color: #B9F065; }
span { border-color: rgb(185,240,101); }
td.TdClassName
{
border-color: #B9F065;
}
.TagClassName
{
border-color: #B9F065;
}
</style>