Shades of Pear #BFEE2A
Tints of Pear #BFEE2A
RGB
CMYK
RGB Variations
Color information
#BFEE2A (or 0xBFEE2A) is known color: Pear. HEX triplet: BF, EE and 2A. RGB value is (191,238,42). Sum of RGB (Red+Green+Blue) = 191+238+42=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 238 (93.36% from 255 or 50.53% from 471); Blue value is 42 (16.80% from 255 or 8.92% from 471); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEE2A is #4011D5. Grayscale: #CACACA. Windows color (decimal): -4198870 or 2813631. OLE color: 2813631.
HSL color Cylindrical-coordinate representation of color #BFEE2A: hue angle of 74.39º 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 #BFEE2A is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 42 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.07 |
| HSL | 74.39º | 0.85% | 0.55% | - |
| HSV(B) | 74.39º | 0.82% | 0.93% | - |
| XYZ | 52.48 | 72.39 | 13.4 | - |
| YUV | 201.6 | 37.93 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 42 | 0.20 | 0 | 0.82 | 0.07 | 74.39 | 0.85 | 0.55 |
| Hex | BF | EE | 2A | 14 | 0 | 52 | 7 | 4A | 55 | 37 |
| Octal | 277 | 356 | 52 | 24 | 0 | 122 | 7 | 112 | 125 | 67 |
| Binary | 10111111 | 11101110 | 101010 | 10100 | 0 | 1010010 | 111 | 1001010 | 1010101 | 110111 |
Color Harmonies of #BFEE2A
Complementary color
Monochromatic Colors of #BFEE2A
Black with #BFEE2A
Text Example
Text Example
White with #BFEE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEE2A; }
p { color: rgb(191,238,42); }
H1.HeaderClassName
{
color: #BFEE2A;
}
.AnyTagClassName
{
color: #BFEE2A;
}
</style>
background-color css
<style>
a { background-color: #BFEE2A; }
a { background-color: rgb(191,238,42); }
div.DivClassName
{
background-color: #BFEE2A;
}
.BgClassName
{
background-color: #BFEE2A;
}
</style>
border-color css
<style>
span { border-color: #BFEE2A; }
span { border-color: rgb(191,238,42); }
td.TdClassName
{
border-color: #BFEE2A;
}
.TagClassName
{
border-color: #BFEE2A;
}
</style>