#B5E68A

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

Shades of Feijoa #B5E68A

Tints of Feijoa #B5E68A

Color information

#B5E68A (or 0xB5E68A) is unknown color: approx Feijoa. HEX triplet: B5, E6 and 8A. RGB value is (181,230,138). Sum of RGB (Red+Green+Blue) = 181+230+138=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 230 (90.23% from 255 or 41.89% from 549); Blue value is 138 (54.30% from 255 or 25.14% from 549); Max value from RGB is 230 - color contains mainly: green. Hex color #B5E68A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5E68A is #4A1975. Grayscale: #CDCDCD. Windows color (decimal): -4856182 or 9103029. OLE color: 9103029.

HSL color Cylindrical-coordinate representation of color #B5E68A: hue angle of 91.96º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5E68A is Cyan = 0.21, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.

Color convert

RGB181230138-
CMYK0.2100.40.10
HSL91.96º64.79%72.16%-
HSV(B)91.96º40%90.2%-
XYZ51.9468.2534.48-
YUV204.8690.27110.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.97%
GREEN value IS 230 (90.23% from 255) = 41.89%
BLUE value IS 138 (54.30% from 255) = 25.14%
R=32.97%
G=41.89%
B=25.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1812301380.2100.40.1091.9664.7972.16
HexB5E68A15028A5c4148
Octal2653462122505012134101110
Binary1011010111100110100010101010101010001010101110010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E68A; }

 p { color: rgb(181,230,138); }

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

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

 a { background-color: rgb(181,230,138); }

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

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

 span { border-color: rgb(181,230,138); }

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