#B0E483

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

Shades of Feijoa #B0E483

Tints of Feijoa #B0E483

Color information

#B0E483 (or 0xB0E483) is unknown color: approx Feijoa. HEX triplet: B0, E4 and 83. RGB value is (176,228,131). Sum of RGB (Red+Green+Blue) = 176+228+131=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 228 (89.45% from 255 or 42.62% from 535); Blue value is 131 (51.56% from 255 or 24.49% from 535); Max value from RGB is 228 - color contains mainly: green. Hex color #B0E483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E483 is #4F1B7C. Grayscale: #C9C9C9. Windows color (decimal): -5184381 or 8643760. OLE color: 8643760.

HSL color Cylindrical-coordinate representation of color #B0E483: hue angle of 92.16º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B0E483 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB176228131-
CMYK0.2300.430.11
HSL92.16º64.24%70.39%-
HSV(B)92.16º42.54%89.41%-
XYZ49.7466.3631.66-
YUV201.3988.27109.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.90%
GREEN value IS 228 (89.45% from 255) = 42.62%
BLUE value IS 131 (51.56% from 255) = 24.49%
R=32.90%
G=42.62%
B=24.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1762281310.2300.430.1192.1664.2470.39
HexB0E4831702BB5c4046
Octal2603442032705313134100106
Binary1011000011100100100000111011101010111011101110010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E483; }

 p { color: rgb(176,228,131); }

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

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

 a { background-color: rgb(176,228,131); }

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

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

 span { border-color: rgb(176,228,131); }

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