#B3F48A

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

Shades of Feijoa #B3F48A

Tints of Feijoa #B3F48A

Color information

#B3F48A (or 0xB3F48A) is unknown color: approx Feijoa. HEX triplet: B3, F4 and 8A. RGB value is (179,244,138). Sum of RGB (Red+Green+Blue) = 179+244+138=561 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.91% from 561); Green value is 244 (95.70% from 255 or 43.49% from 561); Blue value is 138 (54.30% from 255 or 24.60% from 561); Max value from RGB is 244 - color contains mainly: green. Hex color #B3F48A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3F48A is #4C0B75. Grayscale: #D4D4D4. Windows color (decimal): -4983670 or 9106611. OLE color: 9106611.

HSL color Cylindrical-coordinate representation of color #B3F48A: hue angle of 96.79º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B3F48A is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB179244138-
CMYK0.2700.430.04
HSL96.79º82.81%74.9%-
HSV(B)96.79º43.44%95.69%-
XYZ55.5376.1235.81-
YUV212.4885.97104.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.91%
GREEN value IS 244 (95.70% from 255) = 43.49%
BLUE value IS 138 (54.30% from 255) = 24.60%
R=31.91%
G=43.49%
B=24.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1792441380.2700.430.0496.7982.8174.9
HexB3F48A1B02B461534b
Octal263364212330534141123113
Binary101100111111010010001010110110101011100110000110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F48A; }

 p { color: rgb(179,244,138); }

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

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

 a { background-color: rgb(179,244,138); }

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

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

 span { border-color: rgb(179,244,138); }

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