#B3F28A

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

Shades of Feijoa #B3F28A

Tints of Feijoa #B3F28A

Color information

#B3F28A (or 0xB3F28A) is unknown color: approx Feijoa. HEX triplet: B3, F2 and 8A. RGB value is (179,242,138). Sum of RGB (Red+Green+Blue) = 179+242+138=559 (74% of max value = 765). Red value is 179 (70.31% from 255 or 32.02% from 559); Green value is 242 (94.92% from 255 or 43.29% from 559); Blue value is 138 (54.30% from 255 or 24.69% from 559); Max value from RGB is 242 - color contains mainly: green. Hex color #B3F28A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3F28A is #4C0D75. Grayscale: #D3D3D3. Windows color (decimal): -4984182 or 9106099. OLE color: 9106099.

HSL color Cylindrical-coordinate representation of color #B3F28A: hue angle of 96.35º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B3F28A is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB179242138-
CMYK0.2600.430.05
HSL96.35º80%74.51%-
HSV(B)96.35º42.98%94.9%-
XYZ54.9374.9235.61-
YUV211.3186.63104.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.02%
GREEN value IS 242 (94.92% from 255) = 43.29%
BLUE value IS 138 (54.30% from 255) = 24.69%
R=32.02%
G=43.29%
B=24.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1792421380.2600.430.0596.358074.51
HexB3F28A1A02B560504b
Octal263362212320535140120113
Binary101100111111001010001010110100101011101110000010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F28A; }

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

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

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

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

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

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

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

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