#B3E680

Color #B3E680 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #B3E680

Tints of Feijoa #B3E680

Color information

#B3E680 (or 0xB3E680) is unknown color: approx Feijoa. HEX triplet: B3, E6 and 80. RGB value is (179,230,128). Sum of RGB (Red+Green+Blue) = 179+230+128=537 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.33% from 537); Green value is 230 (90.23% from 255 or 42.83% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 230 - color contains mainly: green. Hex color #B3E680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3E680 is #4C197F. Grayscale: #CBCBCB. Windows color (decimal): -4987264 or 8447667. OLE color: 8447667.

HSL color Cylindrical-coordinate representation of color #B3E680: hue angle of 90º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B3E680 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB179230128-
CMYK0.2200.440.10
HSL90º67.11%70.2%-
HSV(B)90º44.35%90.2%-
XYZ50.7867.7430.82-
YUV203.1285.6110.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.33%
GREEN value IS 230 (90.23% from 255) = 42.83%
BLUE value IS 128 (50.39% from 255) = 23.84%
R=33.33%
G=42.83%
B=23.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1792301280.2200.440.109067.1170.2
HexB3E6801602CA5a4346
Octal2633462002605412132103106
Binary1011001111100110100000001011001011001010101101010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E680; }

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

 H1.HeaderClassName
 {
   color: #B3E680;
 }
 .AnyTagClassName
 {
   color: #B3E680;
 }
</style>
background-color css

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

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

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

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

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

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