Shades of Pear #BFED29
Tints of Pear #BFED29
RGB
CMYK
RGB Variations
Color information
#BFED29 (or 0xBFED29) is known color: Pear. HEX triplet: BF, ED and 29. RGB value is (191,237,41). Sum of RGB (Red+Green+Blue) = 191+237+41=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 237 (92.97% from 255 or 50.53% from 469); Blue value is 41 (16.41% from 255 or 8.74% from 469); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFED29 is #4012D6. Grayscale: #C9C9C9. Windows color (decimal): -4199127 or 2747839. OLE color: 2747839.
HSL color Cylindrical-coordinate representation of color #BFED29: hue angle of 74.08º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BFED29 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 41 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.07 |
| HSL | 74.08º | 0.84% | 0.55% | - |
| HSV(B) | 74.08º | 0.83% | 0.93% | - |
| XYZ | 52.17 | 71.8 | 13.21 | - |
| YUV | 200.9 | 37.76 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 41 | 0.19 | 0 | 0.83 | 0.07 | 74.08 | 0.84 | 0.55 |
| Hex | BF | ED | 29 | 13 | 0 | 53 | 7 | 4A | 54 | 37 |
| Octal | 277 | 355 | 51 | 23 | 0 | 123 | 7 | 112 | 124 | 67 |
| Binary | 10111111 | 11101101 | 101001 | 10011 | 0 | 1010011 | 111 | 1001010 | 1010100 | 110111 |
Color Harmonies of #BFED29
Complementary color
Monochromatic Colors of #BFED29
Black with #BFED29
Text Example
Text Example
White with #BFED29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFED29; }
p { color: rgb(191,237,41); }
H1.HeaderClassName
{
color: #BFED29;
}
.AnyTagClassName
{
color: #BFED29;
}
</style>
background-color css
<style>
a { background-color: #BFED29; }
a { background-color: rgb(191,237,41); }
div.DivClassName
{
background-color: #BFED29;
}
.BgClassName
{
background-color: #BFED29;
}
</style>
border-color css
<style>
span { border-color: #BFED29; }
span { border-color: rgb(191,237,41); }
td.TdClassName
{
border-color: #BFED29;
}
.TagClassName
{
border-color: #BFED29;
}
</style>