Html Css Color HEX #BFEE27 Pear

📋 copy color: '#BFEE27'

red 191 ◦ green 238 ◦ blue 39

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

Shades of Pear #BFEE27

Tints of Pear #BFEE27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.33%

R = 40.81%
G = 50.85%
B = 8.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#BFEE27 (or 0xBFEE27) is known color: Pear. HEX triplet: BF, EE and 27. RGB value is (191,238,39). Sum of RGB (Red+Green+Blue) = 191+238+39=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 238 (93.36% from 255 or 50.85% from 468); Blue value is 39 (15.62% from 255 or 8.33% from 468); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEE27 is #4011D8. Grayscale: #CACACA. Windows color (decimal): -4198873 or 2617023. OLE color: 2617023.

HSL color Cylindrical-coordinate representation of color #BFEE27: hue angle of 74.17º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BFEE27 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 238 39 -
CMYK 0.20 0 0.84 0.07
HSL 74.17º 0.85% 0.54% -
HSV(B) 74.17º 0.84% 0.93% -
XYZ 52.43 72.37 13.13 -
YUV 201.26 36.43 120.68 -
System Red Green Blue C M Y K H S L
Decimal 191 238 39 0.20 0 0.84 0.07 74.17 0.85 0.54
Hex BF EE 27 14 0 54 7 4A 55 36
Octal 277 356 47 24 0 124 7 112 125 66
Binary 10111111 11101110 100111 10100 0 1010100 111 1001010 1010101 110110

Color Harmonies of #BFEE27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEE27

Black with #BFEE27

Text Example


Text Example

White with #BFEE27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEE27; }

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

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

background-color css

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

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

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

border-color css

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

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

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