Shades of Conifer #BFE650
Tints of Conifer #BFE650
RGB
CMYK
RGB Variations
Color information
#BFE650 (or 0xBFE650) is known color: Conifer. HEX triplet: BF, E6 and 50. RGB value is (191,230,80). Sum of RGB (Red+Green+Blue) = 191+230+80=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 230 (90.23% from 255 or 45.91% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE650 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE650 is #4019AF. Grayscale: #C9C9C9. Windows color (decimal): -4200880 or 5301951. OLE color: 5301951.
HSL color Cylindrical-coordinate representation of color #BFE650: hue angle of 75.6º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFE650 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 80 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.10 |
| HSL | 75.6º | 0.75% | 0.61% | - |
| HSV(B) | 75.6º | 0.65% | 0.9% | - |
| XYZ | 51.23 | 68.25 | 18.06 | - |
| YUV | 201.24 | 59.58 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 80 | 0.17 | 0 | 0.65 | 0.10 | 75.6 | 0.75 | 0.61 |
| Hex | BF | E6 | 50 | 11 | 0 | 41 | A | 4C | 4B | 3D |
| Octal | 277 | 346 | 120 | 21 | 0 | 101 | 12 | 114 | 113 | 75 |
| Binary | 10111111 | 11100110 | 1010000 | 10001 | 0 | 1000001 | 1010 | 1001100 | 1001011 | 111101 |
Color Harmonies of #BFE650
Complementary color
Monochromatic Colors of #BFE650
Black with #BFE650
Text Example
Text Example
White with #BFE650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE650; }
p { color: rgb(191,230,80); }
H1.HeaderClassName
{
color: #BFE650;
}
.AnyTagClassName
{
color: #BFE650;
}
</style>
background-color css
<style>
a { background-color: #BFE650; }
a { background-color: rgb(191,230,80); }
div.DivClassName
{
background-color: #BFE650;
}
.BgClassName
{
background-color: #BFE650;
}
</style>
border-color css
<style>
span { border-color: #BFE650; }
span { border-color: rgb(191,230,80); }
td.TdClassName
{
border-color: #BFE650;
}
.TagClassName
{
border-color: #BFE650;
}
</style>