Shades of Conifer #BFEE64
Tints of Conifer #BFEE64
RGB
CMYK
RGB Variations
Color information
#BFEE64 (or 0xBFEE64) is known color: Conifer. HEX triplet: BF, EE and 64. RGB value is (191,238,100). Sum of RGB (Red+Green+Blue) = 191+238+100=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEE64 is #40119B. Grayscale: #D0D0D0. Windows color (decimal): -4198812 or 6614719. OLE color: 6614719.
HSL color Cylindrical-coordinate representation of color #BFEE64: hue angle of 80.43º 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 #BFEE64 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 100 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.07 |
| HSL | 80.43º | 0.8% | 0.66% | - |
| HSV(B) | 80.43º | 0.58% | 0.93% | - |
| XYZ | 54.36 | 73.15 | 23.31 | - |
| YUV | 208.22 | 66.93 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 100 | 0.20 | 0 | 0.58 | 0.07 | 80.43 | 0.8 | 0.66 |
| Hex | BF | EE | 64 | 14 | 0 | 3A | 7 | 50 | 50 | 42 |
| Octal | 277 | 356 | 144 | 24 | 0 | 72 | 7 | 120 | 120 | 102 |
| Binary | 10111111 | 11101110 | 1100100 | 10100 | 0 | 111010 | 111 | 1010000 | 1010000 | 1000010 |
Color Harmonies of #BFEE64
Complementary color
Monochromatic Colors of #BFEE64
Black with #BFEE64
Text Example
Text Example
White with #BFEE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEE64; }
p { color: rgb(191,238,100); }
H1.HeaderClassName
{
color: #BFEE64;
}
.AnyTagClassName
{
color: #BFEE64;
}
</style>
background-color css
<style>
a { background-color: #BFEE64; }
a { background-color: rgb(191,238,100); }
div.DivClassName
{
background-color: #BFEE64;
}
.BgClassName
{
background-color: #BFEE64;
}
</style>
border-color css
<style>
span { border-color: #BFEE64; }
span { border-color: rgb(191,238,100); }
td.TdClassName
{
border-color: #BFEE64;
}
.TagClassName
{
border-color: #BFEE64;
}
</style>