Shades of Pear #BFEE2C
Tints of Pear #BFEE2C
RGB
CMYK
RGB Variations
Color information
#BFEE2C (or 0xBFEE2C) is known color: Pear. HEX triplet: BF, EE and 2C. RGB value is (191,238,44). Sum of RGB (Red+Green+Blue) = 191+238+44=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 238 (93.36% from 255 or 50.32% from 473); Blue value is 44 (17.58% from 255 or 9.30% from 473); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEE2C is #4011D3. Grayscale: #CACACA. Windows color (decimal): -4198868 or 2944703. OLE color: 2944703.
HSL color Cylindrical-coordinate representation of color #BFEE2C: hue angle of 74.54º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BFEE2C is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 44 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.07 |
| HSL | 74.54º | 0.85% | 0.55% | - |
| HSV(B) | 74.54º | 0.82% | 0.93% | - |
| XYZ | 52.52 | 72.41 | 13.59 | - |
| YUV | 201.83 | 38.93 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 44 | 0.20 | 0 | 0.82 | 0.07 | 74.54 | 0.85 | 0.55 |
| Hex | BF | EE | 2C | 14 | 0 | 52 | 7 | 4B | 55 | 37 |
| Octal | 277 | 356 | 54 | 24 | 0 | 122 | 7 | 113 | 125 | 67 |
| Binary | 10111111 | 11101110 | 101100 | 10100 | 0 | 1010010 | 111 | 1001011 | 1010101 | 110111 |
Color Harmonies of #BFEE2C
Complementary color
Monochromatic Colors of #BFEE2C
Black with #BFEE2C
Text Example
Text Example
White with #BFEE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEE2C; }
p { color: rgb(191,238,44); }
H1.HeaderClassName
{
color: #BFEE2C;
}
.AnyTagClassName
{
color: #BFEE2C;
}
</style>
background-color css
<style>
a { background-color: #BFEE2C; }
a { background-color: rgb(191,238,44); }
div.DivClassName
{
background-color: #BFEE2C;
}
.BgClassName
{
background-color: #BFEE2C;
}
</style>
border-color css
<style>
span { border-color: #BFEE2C; }
span { border-color: rgb(191,238,44); }
td.TdClassName
{
border-color: #BFEE2C;
}
.TagClassName
{
border-color: #BFEE2C;
}
</style>