Html Css Color HEX #BFEE2B Pear

📋 copy color: '#BFEE2B'

red 191 ◦ green 238 ◦ blue 43

#BFEE2B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #BFEE2B

Tints of Pear #BFEE2B

RGB

 RED value IS 191 (75% from 255) = 40.47%

 GREEN value IS 238 (93.36% from 255) = 50.42%

 BLUE value IS 43 (17.19% from 255) = 9.11%

R = 40.47%
G = 50.42%
B = 9.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.82

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BFEE2B (or 0xBFEE2B) is known color: Pear. HEX triplet: BF, EE and 2B. RGB value is (191,238,43). Sum of RGB (Red+Green+Blue) = 191+238+43=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 238 (93.36% from 255 or 50.42% from 472); Blue value is 43 (17.19% from 255 or 9.11% from 472); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEE2B is #4011D4. Grayscale: #CACACA. Windows color (decimal): -4198869 or 2879167. OLE color: 2879167.

HSL color Cylindrical-coordinate representation of color #BFEE2B: hue angle of 74.46º 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 #BFEE2B is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 238 43 -
CMYK 0.20 0 0.82 0.07
HSL 74.46º 0.85% 0.55% -
HSV(B) 74.46º 0.82% 0.93% -
XYZ 52.5 72.4 13.49 -
YUV 201.72 38.43 120.36 -
System Red Green Blue C M Y K H S L
Decimal 191 238 43 0.20 0 0.82 0.07 74.46 0.85 0.55
Hex BF EE 2B 14 0 52 7 4A 55 37
Octal 277 356 53 24 0 122 7 112 125 67
Binary 10111111 11101110 101011 10100 0 1010010 111 1001010 1010101 110111

Color Harmonies of #BFEE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEE2B

Black with #BFEE2B

Text Example


Text Example

White with #BFEE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEE2B; }

 p { color: rgb(191,238,43); }

 H1.HeaderClassName
 {
   color: #BFEE2B;
 }
 .AnyTagClassName
 {
   color: #BFEE2B;
 }
</style>

background-color css

<style>
 a { background-color: #BFEE2B; }

 a { background-color: rgb(191,238,43); }

 div.DivClassName
 {
   background-color: #BFEE2B;
 }
 .BgClassName
 {
   background-color: #BFEE2B;
 }
</style>

border-color css

<style>
 span { border-color: #BFEE2B; }

 span { border-color: rgb(191,238,43); }

 td.TdClassName
 {
   border-color: #BFEE2B;
 }
 .TagClassName
 {
   border-color: #BFEE2B;
 }
</style>