#B2E68E

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

Shades of Feijoa #B2E68E

Tints of Feijoa #B2E68E

Color information

#B2E68E (or 0xB2E68E) is unknown color: approx Feijoa. HEX triplet: B2, E6 and 8E. RGB value is (178,230,142). Sum of RGB (Red+Green+Blue) = 178+230+142=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 230 (90.23% from 255 or 41.82% from 550); Blue value is 142 (55.86% from 255 or 25.82% from 550); Max value from RGB is 230 - color contains mainly: green. Hex color #B2E68E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2E68E is #4D1971. Grayscale: #CCCCCC. Windows color (decimal): -5052786 or 9365170. OLE color: 9365170.

HSL color Cylindrical-coordinate representation of color #B2E68E: hue angle of 95.45º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B2E68E is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB178230142-
CMYK0.2300.380.10
HSL95.45º63.77%72.94%-
HSV(B)95.45º38.26%90.2%-
XYZ51.5468.0136-
YUV204.4292.77109.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.36%
GREEN value IS 230 (90.23% from 255) = 41.82%
BLUE value IS 142 (55.86% from 255) = 25.82%
R=32.36%
G=41.82%
B=25.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1782301420.2300.380.1095.4563.7772.94
HexB2E68E17026A5f4049
Octal2623462162704612137100111
Binary1011001011100110100011101011101001101010101111110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E68E; }

 p { color: rgb(178,230,142); }

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

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

 a { background-color: rgb(178,230,142); }

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

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

 span { border-color: rgb(178,230,142); }

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