Html Css Color HEX #B1E378 Feijoa

📋 copy color: '#B1E378'

red 177 ◦ green 227 ◦ blue 120

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

Shades of Feijoa #B1E378

Tints of Feijoa #B1E378

RGB

 RED value IS 177 (69.53% from 255) = 33.78%

 GREEN value IS 227 (89.06% from 255) = 43.32%

 BLUE value IS 120 (47.27% from 255) = 22.9%

R = 33.78%
G = 43.32%
B = 22.9%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#B1E378 (or 0xB1E378) is known color: Feijoa. HEX triplet: B1, E3 and 78. RGB value is (177,227,120). Sum of RGB (Red+Green+Blue) = 177+227+120=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 227 (89.06% from 255 or 43.32% from 524); Blue value is 120 (47.27% from 255 or 22.90% from 524); Max value from RGB is 227 - color contains mainly: green. Hex color #B1E378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E378 is #4E1C87. Grayscale: #C8C8C8. Windows color (decimal): -5119112 or 7922609. OLE color: 7922609.

HSL color Cylindrical-coordinate representation of color #B1E378: hue angle of 88.04º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B1E378 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 177 227 120 -
CMYK 0.22 0 0.47 0.11
HSL 88.04º 0.66% 0.68% -
HSV(B) 88.04º 0.47% 0.89% -
XYZ 48.99 65.64 27.86 -
YUV 199.85 82.94 111.7 -
System Red Green Blue C M Y K H S L
Decimal 177 227 120 0.22 0 0.47 0.11 88.04 0.66 0.68
Hex B1 E3 78 16 0 2F B 58 42 44
Octal 261 343 170 26 0 57 13 130 102 104
Binary 10110001 11100011 1111000 10110 0 101111 1011 1011000 1000010 1000100

Color Harmonies of #B1E378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E378

Black with #B1E378

Text Example


Text Example

White with #B1E378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E378; }

 p { color: rgb(177,227,120); }

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

background-color css

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

 a { background-color: rgb(177,227,120); }

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

border-color css

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

 span { border-color: rgb(177,227,120); }

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