Shades of Conifer #BFF063
Tints of Conifer #BFF063
RGB
CMYK
RGB Variations
Color information
#BFF063 (or 0xBFF063) is known color: Conifer. HEX triplet: BF, F0 and 63. RGB value is (191,240,99). Sum of RGB (Red+Green+Blue) = 191+240+99=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 99 (39.06% from 255 or 18.68% from 530); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF063 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF063 is #400F9C. Grayscale: #D1D1D1. Windows color (decimal): -4198301 or 6549695. OLE color: 6549695.
HSL color Cylindrical-coordinate representation of color #BFF063: hue angle of 80.85º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFF063 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 99 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.06 |
| HSL | 80.85º | 0.82% | 0.66% | - |
| HSV(B) | 80.85º | 0.59% | 0.94% | - |
| XYZ | 54.9 | 74.3 | 23.25 | - |
| YUV | 209.28 | 65.77 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 99 | 0.20 | 0 | 0.59 | 0.06 | 80.85 | 0.82 | 0.66 |
| Hex | BF | F0 | 63 | 14 | 0 | 3B | 6 | 51 | 52 | 42 |
| Octal | 277 | 360 | 143 | 24 | 0 | 73 | 6 | 121 | 122 | 102 |
| Binary | 10111111 | 11110000 | 1100011 | 10100 | 0 | 111011 | 110 | 1010001 | 1010010 | 1000010 |
Color Harmonies of #BFF063
Complementary color
Monochromatic Colors of #BFF063
Black with #BFF063
Text Example
Text Example
White with #BFF063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF063; }
p { color: rgb(191,240,99); }
H1.HeaderClassName
{
color: #BFF063;
}
.AnyTagClassName
{
color: #BFF063;
}
</style>
background-color css
<style>
a { background-color: #BFF063; }
a { background-color: rgb(191,240,99); }
div.DivClassName
{
background-color: #BFF063;
}
.BgClassName
{
background-color: #BFF063;
}
</style>
border-color css
<style>
span { border-color: #BFF063; }
span { border-color: rgb(191,240,99); }
td.TdClassName
{
border-color: #BFF063;
}
.TagClassName
{
border-color: #BFF063;
}
</style>