Html Css Color HEX #B1E478 Feijoa

📋 copy color: '#B1E478'

red 177 ◦ green 228 ◦ blue 120

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

Shades of Feijoa #B1E478

Tints of Feijoa #B1E478

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.43%

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

R = 33.71%
G = 43.43%
B = 22.86%

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

#B1E478 (or 0xB1E478) is known color: Feijoa. HEX triplet: B1, E4 and 78. RGB value is (177,228,120). Sum of RGB (Red+Green+Blue) = 177+228+120=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 228 (89.45% from 255 or 43.43% from 525); Blue value is 120 (47.27% from 255 or 22.86% from 525); Max value from RGB is 228 - color contains mainly: green. Hex color #B1E478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E478 is #4E1B87. Grayscale: #C8C8C8. Windows color (decimal): -5118856 or 7922865. OLE color: 7922865.

HSL color Cylindrical-coordinate representation of color #B1E478: hue angle of 88.33º degrees, saturation: 0.67, 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 #B1E478 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 177 228 120 -
CMYK 0.22 0 0.47 0.11
HSL 88.33º 0.67% 0.68% -
HSV(B) 88.33º 0.47% 0.89% -
XYZ 49.27 66.19 27.95 -
YUV 200.44 82.6 111.28 -
System Red Green Blue C M Y K H S L
Decimal 177 228 120 0.22 0 0.47 0.11 88.33 0.67 0.68
Hex B1 E4 78 16 0 2F B 58 43 44
Octal 261 344 170 26 0 57 13 130 103 104
Binary 10110001 11100100 1111000 10110 0 101111 1011 1011000 1000011 1000100

Color Harmonies of #B1E478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E478

Black with #B1E478

Text Example


Text Example

White with #B1E478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E478; }

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

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

background-color css

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

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

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

border-color css

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

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

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