Html Css Color HEX #B4E080 Feijoa

📋 copy color: '#B4E080'

red 180 ◦ green 224 ◦ blue 128

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

Shades of Feijoa #B4E080

Tints of Feijoa #B4E080

RGB

 RED value IS 180 (70.7% from 255) = 33.83%

 GREEN value IS 224 (87.89% from 255) = 42.11%

 BLUE value IS 128 (50.39% from 255) = 24.06%

R = 33.83%
G = 42.11%
B = 24.06%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#B4E080 (or 0xB4E080) is known color: Feijoa. HEX triplet: B4, E0 and 80. RGB value is (180,224,128). Sum of RGB (Red+Green+Blue) = 180+224+128=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 224 (87.89% from 255 or 42.11% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 224 - color contains mainly: green. Hex color #B4E080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4E080 is #4B1F7F. Grayscale: #C8C8C8. Windows color (decimal): -4923264 or 8446132. OLE color: 8446132.

HSL color Cylindrical-coordinate representation of color #B4E080: hue angle of 87.5º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4E080 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 180 224 128 -
CMYK 0.20 0 0.43 0.12
HSL 87.5º 0.61% 0.69% -
HSV(B) 87.5º 0.43% 0.88% -
XYZ 49.37 64.57 30.28 -
YUV 199.9 87.42 113.81 -
System Red Green Blue C M Y K H S L
Decimal 180 224 128 0.20 0 0.43 0.12 87.5 0.61 0.69
Hex B4 E0 80 14 0 2B C 57 3D 45
Octal 264 340 200 24 0 53 14 127 75 105
Binary 10110100 11100000 10000000 10100 0 101011 1100 1010111 111101 1000101

Color Harmonies of #B4E080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E080

Black with #B4E080

Text Example


Text Example

White with #B4E080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E080; }

 p { color: rgb(180,224,128); }

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

background-color css

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

 a { background-color: rgb(180,224,128); }

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

border-color css

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

 span { border-color: rgb(180,224,128); }

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