Html Css Color HEX #B5D980 Feijoa

📋 copy color: '#B5D980'

red 181 ◦ green 217 ◦ blue 128

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

Shades of Feijoa #B5D980

Tints of Feijoa #B5D980

RGB

 RED value IS 181 (71.09% from 255) = 34.41%

 GREEN value IS 217 (85.16% from 255) = 41.25%

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

R = 34.41%
G = 41.25%
B = 24.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#B5D980 (or 0xB5D980) is known color: Feijoa. HEX triplet: B5, D9 and 80. RGB value is (181,217,128). Sum of RGB (Red+Green+Blue) = 181+217+128=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D980 is #4A267F. Grayscale: #C4C4C4. Windows color (decimal): -4859520 or 8444341. OLE color: 8444341.

HSL color Cylindrical-coordinate representation of color #B5D980: hue angle of 84.27º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5D980 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 217 128 -
CMYK 0.17 0 0.41 0.15
HSL 84.27º 0.54% 0.68% -
HSV(B) 84.27º 0.41% 0.85% -
XYZ 47.77 61.01 29.68 -
YUV 196.09 89.57 117.24 -
System Red Green Blue C M Y K H S L
Decimal 181 217 128 0.17 0 0.41 0.15 84.27 0.54 0.68
Hex B5 D9 80 11 0 29 F 54 36 44
Octal 265 331 200 21 0 51 17 124 66 104
Binary 10110101 11011001 10000000 10001 0 101001 1111 1010100 110110 1000100

Color Harmonies of #B5D980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D980

Black with #B5D980

Text Example


Text Example

White with #B5D980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D980; }

 p { color: rgb(181,217,128); }

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

background-color css

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

 a { background-color: rgb(181,217,128); }

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

border-color css

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

 span { border-color: rgb(181,217,128); }

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