Shades of Conifer #BFEE44
Tints of Conifer #BFEE44
RGB
CMYK
RGB Variations
Color information
#BFEE44 (or 0xBFEE44) is known color: Conifer. HEX triplet: BF, EE and 44. RGB value is (191,238,68). Sum of RGB (Red+Green+Blue) = 191+238+68=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 238 (93.36% from 255 or 47.89% from 497); Blue value is 68 (26.95% from 255 or 13.68% from 497); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEE44 is #4011BB. Grayscale: #CDCDCD. Windows color (decimal): -4198844 or 4517567. OLE color: 4517567.
HSL color Cylindrical-coordinate representation of color #BFEE44: hue angle of 76.59º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFEE44 is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 68 | - |
| CMYK | 0.20 | 0 | 0.71 | 0.07 |
| HSL | 76.59º | 0.83% | 0.6% | - |
| HSV(B) | 76.59º | 0.71% | 0.93% | - |
| XYZ | 53.1 | 72.64 | 16.69 | - |
| YUV | 204.57 | 50.93 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 68 | 0.20 | 0 | 0.71 | 0.07 | 76.59 | 0.83 | 0.6 |
| Hex | BF | EE | 44 | 14 | 0 | 47 | 7 | 4D | 53 | 3C |
| Octal | 277 | 356 | 104 | 24 | 0 | 107 | 7 | 115 | 123 | 74 |
| Binary | 10111111 | 11101110 | 1000100 | 10100 | 0 | 1000111 | 111 | 1001101 | 1010011 | 111100 |
Color Harmonies of #BFEE44
Complementary color
Monochromatic Colors of #BFEE44
Black with #BFEE44
Text Example
Text Example
White with #BFEE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEE44; }
p { color: rgb(191,238,68); }
H1.HeaderClassName
{
color: #BFEE44;
}
.AnyTagClassName
{
color: #BFEE44;
}
</style>
background-color css
<style>
a { background-color: #BFEE44; }
a { background-color: rgb(191,238,68); }
div.DivClassName
{
background-color: #BFEE44;
}
.BgClassName
{
background-color: #BFEE44;
}
</style>
border-color css
<style>
span { border-color: #BFEE44; }
span { border-color: rgb(191,238,68); }
td.TdClassName
{
border-color: #BFEE44;
}
.TagClassName
{
border-color: #BFEE44;
}
</style>