Html Css Color HEX #B3DF80 Feijoa

📋 copy color: '#B3DF80'

red 179 ◦ green 223 ◦ blue 128

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

Shades of Feijoa #B3DF80

Tints of Feijoa #B3DF80

RGB

 RED value IS 179 (70.31% from 255) = 33.77%

 GREEN value IS 223 (87.5% from 255) = 42.08%

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

R = 33.77%
G = 42.08%
B = 24.15%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#B3DF80 (or 0xB3DF80) is known color: Feijoa. HEX triplet: B3, DF and 80. RGB value is (179,223,128). Sum of RGB (Red+Green+Blue) = 179+223+128=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #B3DF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3DF80 is #4C207F. Grayscale: #C7C7C7. Windows color (decimal): -4989056 or 8445875. OLE color: 8445875.

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

Color convert

RGB 179 223 128 -
CMYK 0.20 0 0.43 0.13
HSL 87.79º 0.6% 0.69% -
HSV(B) 87.79º 0.43% 0.87% -
XYZ 48.87 63.92 30.18 -
YUV 199.01 87.92 113.72 -
System Red Green Blue C M Y K H S L
Decimal 179 223 128 0.20 0 0.43 0.13 87.79 0.6 0.69
Hex B3 DF 80 14 0 2B D 58 3C 45
Octal 263 337 200 24 0 53 15 130 74 105
Binary 10110011 11011111 10000000 10100 0 101011 1101 1011000 111100 1000101

Color Harmonies of #B3DF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DF80

Black with #B3DF80

Text Example


Text Example

White with #B3DF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DF80; }

 p { color: rgb(179,223,128); }

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

background-color css

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

 a { background-color: rgb(179,223,128); }

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

border-color css

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

 span { border-color: rgb(179,223,128); }

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