Shades of Pear #BFEF2C
Tints of Pear #BFEF2C
RGB
CMYK
RGB Variations
Color information
#BFEF2C (or 0xBFEF2C) is known color: Pear. HEX triplet: BF, EF and 2C. RGB value is (191,239,44). Sum of RGB (Red+Green+Blue) = 191+239+44=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 239 (93.75% from 255 or 50.42% from 474); Blue value is 44 (17.58% from 255 or 9.28% from 474); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEF2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEF2C is #4010D3. Grayscale: #CBCBCB. Windows color (decimal): -4198612 or 2944959. OLE color: 2944959.
HSL color Cylindrical-coordinate representation of color #BFEF2C: hue angle of 74.77º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BFEF2C is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 239 | 44 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.06 |
| HSL | 74.77º | 0.86% | 0.55% | - |
| HSV(B) | 74.77º | 0.82% | 0.94% | - |
| XYZ | 52.81 | 72.99 | 13.69 | - |
| YUV | 202.42 | 38.6 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 239 | 44 | 0.20 | 0 | 0.82 | 0.06 | 74.77 | 0.86 | 0.55 |
| Hex | BF | EF | 2C | 14 | 0 | 52 | 6 | 4B | 56 | 37 |
| Octal | 277 | 357 | 54 | 24 | 0 | 122 | 6 | 113 | 126 | 67 |
| Binary | 10111111 | 11101111 | 101100 | 10100 | 0 | 1010010 | 110 | 1001011 | 1010110 | 110111 |
Color Harmonies of #BFEF2C
Complementary color
Monochromatic Colors of #BFEF2C
Black with #BFEF2C
Text Example
Text Example
White with #BFEF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEF2C; }
p { color: rgb(191,239,44); }
H1.HeaderClassName
{
color: #BFEF2C;
}
.AnyTagClassName
{
color: #BFEF2C;
}
</style>
background-color css
<style>
a { background-color: #BFEF2C; }
a { background-color: rgb(191,239,44); }
div.DivClassName
{
background-color: #BFEF2C;
}
.BgClassName
{
background-color: #BFEF2C;
}
</style>
border-color css
<style>
span { border-color: #BFEF2C; }
span { border-color: rgb(191,239,44); }
td.TdClassName
{
border-color: #BFEF2C;
}
.TagClassName
{
border-color: #BFEF2C;
}
</style>