Shades of Conifer #BFE765
Tints of Conifer #BFE765
RGB
CMYK
RGB Variations
Color information
#BFE765 (or 0xBFE765) is known color: Conifer. HEX triplet: BF, E7 and 65. RGB value is (191,231,101). Sum of RGB (Red+Green+Blue) = 191+231+101=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 231 (90.62% from 255 or 44.17% from 523); Blue value is 101 (39.84% from 255 or 19.31% from 523); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE765 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE765 is #40189A. Grayscale: #CCCCCC. Windows color (decimal): -4200603 or 6678463. OLE color: 6678463.
HSL color Cylindrical-coordinate representation of color #BFE765: hue angle of 78.46º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFE765 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 101 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.09 |
| HSL | 78.46º | 0.73% | 0.65% | - |
| HSV(B) | 78.46º | 0.56% | 0.91% | - |
| XYZ | 52.41 | 69.17 | 22.9 | - |
| YUV | 204.22 | 69.75 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 101 | 0.17 | 0 | 0.56 | 0.09 | 78.46 | 0.73 | 0.65 |
| Hex | BF | E7 | 65 | 11 | 0 | 38 | 9 | 4E | 49 | 41 |
| Octal | 277 | 347 | 145 | 21 | 0 | 70 | 11 | 116 | 111 | 101 |
| Binary | 10111111 | 11100111 | 1100101 | 10001 | 0 | 111000 | 1001 | 1001110 | 1001001 | 1000001 |
Color Harmonies of #BFE765
Complementary color
Monochromatic Colors of #BFE765
Black with #BFE765
Text Example
Text Example
White with #BFE765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE765; }
p { color: rgb(191,231,101); }
H1.HeaderClassName
{
color: #BFE765;
}
.AnyTagClassName
{
color: #BFE765;
}
</style>
background-color css
<style>
a { background-color: #BFE765; }
a { background-color: rgb(191,231,101); }
div.DivClassName
{
background-color: #BFE765;
}
.BgClassName
{
background-color: #BFE765;
}
</style>
border-color css
<style>
span { border-color: #BFE765; }
span { border-color: rgb(191,231,101); }
td.TdClassName
{
border-color: #BFE765;
}
.TagClassName
{
border-color: #BFE765;
}
</style>