#B3E07C

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

Shades of Feijoa #B3E07C

Tints of Feijoa #B3E07C

Color information

#B3E07C (or 0xB3E07C) is unknown color: approx Feijoa. HEX triplet: B3, E0 and 7C. RGB value is (179,224,124). Sum of RGB (Red+Green+Blue) = 179+224+124=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #B3E07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3E07C is #4C1F83. Grayscale: #C7C7C7. Windows color (decimal): -4988804 or 8183987. OLE color: 8183987.

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

Color convert

RGB179224124-
CMYK0.2000.450.12
HSL87º61.73%68.24%-
HSV(B)87º44.64%87.84%-
XYZ48.8864.3528.91-
YUV199.1485.59113.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.97%
GREEN value IS 224 (87.89% from 255) = 42.50%
BLUE value IS 124 (48.83% from 255) = 23.53%
R=33.97%
G=42.50%
B=23.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1792241240.2000.450.128761.7368.24
HexB3E07C1402DC573e44
Octal263340174240551412776104
Binary10110011111000001111100101000101101110010101111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E07C; }

 p { color: rgb(179,224,124); }

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

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

 a { background-color: rgb(179,224,124); }

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

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

 span { border-color: rgb(179,224,124); }

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