Html Css Color HEX #B4E081 Feijoa

📋 copy color: '#B4E081'

red 180 ◦ green 224 ◦ blue 129

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

Shades of Feijoa #B4E081

Tints of Feijoa #B4E081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.2%

R = 33.77%
G = 42.03%
B = 24.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#B4E081 (or 0xB4E081) is known color: Feijoa. HEX triplet: B4, E0 and 81. RGB value is (180,224,129). Sum of RGB (Red+Green+Blue) = 180+224+129=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 224 (87.89% from 255 or 42.03% from 533); Blue value is 129 (50.78% from 255 or 24.20% from 533); Max value from RGB is 224 - color contains mainly: green. Hex color #B4E081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4E081 is #4B1F7E. Grayscale: #C8C8C8. Windows color (decimal): -4923263 or 8511668. OLE color: 8511668.

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

Color convert

RGB 180 224 129 -
CMYK 0.20 0 0.42 0.12
HSL 87.79º 0.61% 0.69% -
HSV(B) 87.79º 0.42% 0.88% -
XYZ 49.44 64.6 30.63 -
YUV 200.01 87.92 113.72 -
System Red Green Blue C M Y K H S L
Decimal 180 224 129 0.20 0 0.42 0.12 87.79 0.61 0.69
Hex B4 E0 81 14 0 2A C 58 3D 45
Octal 264 340 201 24 0 52 14 130 75 105
Binary 10110100 11100000 10000001 10100 0 101010 1100 1011000 111101 1000101

Color Harmonies of #B4E081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E081

Black with #B4E081

Text Example


Text Example

White with #B4E081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E081; }

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

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

background-color css

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

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

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

border-color css

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

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

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