Html Css Color HEX #BFEE29 Pear

📋 copy color: '#BFEE29'

red 191 ◦ green 238 ◦ blue 41

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

Shades of Pear #BFEE29

Tints of Pear #BFEE29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.72%

R = 40.64%
G = 50.64%
B = 8.72%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#BFEE29 (or 0xBFEE29) is known color: Pear. HEX triplet: BF, EE and 29. RGB value is (191,238,41). Sum of RGB (Red+Green+Blue) = 191+238+41=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 238 (93.36% from 255 or 50.64% from 470); Blue value is 41 (16.41% from 255 or 8.72% from 470); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEE29 is #4011D6. Grayscale: #CACACA. Windows color (decimal): -4198871 or 2748095. OLE color: 2748095.

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

Color convert

RGB 191 238 41 -
CMYK 0.20 0 0.83 0.07
HSL 74.31º 0.85% 0.55% -
HSV(B) 74.31º 0.83% 0.93% -
XYZ 52.46 72.39 13.3 -
YUV 201.49 37.43 120.52 -
System Red Green Blue C M Y K H S L
Decimal 191 238 41 0.20 0 0.83 0.07 74.31 0.85 0.55
Hex BF EE 29 14 0 53 7 4A 55 37
Octal 277 356 51 24 0 123 7 112 125 67
Binary 10111111 11101110 101001 10100 0 1010011 111 1001010 1010101 110111

Color Harmonies of #BFEE29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEE29

Black with #BFEE29

Text Example


Text Example

White with #BFEE29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEE29; }

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

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

background-color css

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

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

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

border-color css

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

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

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