#B2F38C

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

Shades of Feijoa #B2F38C

Tints of Feijoa #B2F38C

Color information

#B2F38C (or 0xB2F38C) is unknown color: approx Feijoa. HEX triplet: B2, F3 and 8C. RGB value is (178,243,140). Sum of RGB (Red+Green+Blue) = 178+243+140=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 243 (95.31% from 255 or 43.32% from 561); Blue value is 140 (55.08% from 255 or 24.96% from 561); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F38C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F38C is #4D0C73. Grayscale: #D4D4D4. Windows color (decimal): -5049460 or 9237426. OLE color: 9237426.

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

Color convert

RGB178243140-
CMYK0.2700.420.05
HSL97.86º81.1%75.1%-
HSV(B)97.86º42.39%95.29%-
XYZ55.1475.4636.47-
YUV211.8287.47103.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.73%
GREEN value IS 243 (95.31% from 255) = 43.32%
BLUE value IS 140 (55.08% from 255) = 24.96%
R=31.73%
G=43.32%
B=24.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1782431400.2700.420.0597.8681.175.1
HexB2F38C1B02A562514b
Octal262363214330525142121113
Binary101100101111001110001100110110101010101110001010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F38C; }

 p { color: rgb(178,243,140); }

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

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

 a { background-color: rgb(178,243,140); }

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

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

 span { border-color: rgb(178,243,140); }

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