Shades of Conifer #BFE965
Tints of Conifer #BFE965
RGB
CMYK
RGB Variations
Color information
#BFE965 (or 0xBFE965) is known color: Conifer. HEX triplet: BF, E9 and 65. RGB value is (191,233,101). Sum of RGB (Red+Green+Blue) = 191+233+101=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 233 (91.41% from 255 or 44.38% from 525); Blue value is 101 (39.84% from 255 or 19.24% from 525); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE965 is #40169A. Grayscale: #CDCDCD. Windows color (decimal): -4200091 or 6678975. OLE color: 6678975.
HSL color Cylindrical-coordinate representation of color #BFE965: hue angle of 79.09º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFE965 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 233 | 101 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.09 |
| HSL | 79.09º | 0.75% | 0.65% | - |
| HSV(B) | 79.09º | 0.57% | 0.91% | - |
| XYZ | 52.97 | 70.29 | 23.09 | - |
| YUV | 205.39 | 69.09 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 101 | 0.18 | 0 | 0.57 | 0.09 | 79.09 | 0.75 | 0.65 |
| Hex | BF | E9 | 65 | 12 | 0 | 39 | 9 | 4F | 4B | 41 |
| Octal | 277 | 351 | 145 | 22 | 0 | 71 | 11 | 117 | 113 | 101 |
| Binary | 10111111 | 11101001 | 1100101 | 10010 | 0 | 111001 | 1001 | 1001111 | 1001011 | 1000001 |
Color Harmonies of #BFE965
Complementary color
Monochromatic Colors of #BFE965
Black with #BFE965
Text Example
Text Example
White with #BFE965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE965; }
p { color: rgb(191,233,101); }
H1.HeaderClassName
{
color: #BFE965;
}
.AnyTagClassName
{
color: #BFE965;
}
</style>
background-color css
<style>
a { background-color: #BFE965; }
a { background-color: rgb(191,233,101); }
div.DivClassName
{
background-color: #BFE965;
}
.BgClassName
{
background-color: #BFE965;
}
</style>
border-color css
<style>
span { border-color: #BFE965; }
span { border-color: rgb(191,233,101); }
td.TdClassName
{
border-color: #BFE965;
}
.TagClassName
{
border-color: #BFE965;
}
</style>