Shades of Conifer #BFEE63
Tints of Conifer #BFEE63
RGB
CMYK
RGB Variations
Color information
#BFEE63 (or 0xBFEE63) is known color: Conifer. HEX triplet: BF, EE and 63. RGB value is (191,238,99). Sum of RGB (Red+Green+Blue) = 191+238+99=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 238 (93.36% from 255 or 45.08% from 528); Blue value is 99 (39.06% from 255 or 18.75% from 528); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEE63 is #40119C. Grayscale: #D0D0D0. Windows color (decimal): -4198813 or 6549183. OLE color: 6549183.
HSL color Cylindrical-coordinate representation of color #BFEE63: hue angle of 80.29º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFEE63 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 99 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.07 |
| HSL | 80.29º | 0.8% | 0.66% | - |
| HSV(B) | 80.29º | 0.58% | 0.93% | - |
| XYZ | 54.31 | 73.13 | 23.06 | - |
| YUV | 208.1 | 66.43 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 99 | 0.20 | 0 | 0.58 | 0.07 | 80.29 | 0.8 | 0.66 |
| Hex | BF | EE | 63 | 14 | 0 | 3A | 7 | 50 | 50 | 42 |
| Octal | 277 | 356 | 143 | 24 | 0 | 72 | 7 | 120 | 120 | 102 |
| Binary | 10111111 | 11101110 | 1100011 | 10100 | 0 | 111010 | 111 | 1010000 | 1010000 | 1000010 |
Color Harmonies of #BFEE63
Complementary color
Monochromatic Colors of #BFEE63
Black with #BFEE63
Text Example
Text Example
White with #BFEE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEE63; }
p { color: rgb(191,238,99); }
H1.HeaderClassName
{
color: #BFEE63;
}
.AnyTagClassName
{
color: #BFEE63;
}
</style>
background-color css
<style>
a { background-color: #BFEE63; }
a { background-color: rgb(191,238,99); }
div.DivClassName
{
background-color: #BFEE63;
}
.BgClassName
{
background-color: #BFEE63;
}
</style>
border-color css
<style>
span { border-color: #BFEE63; }
span { border-color: rgb(191,238,99); }
td.TdClassName
{
border-color: #BFEE63;
}
.TagClassName
{
border-color: #BFEE63;
}
</style>