#B0F58A

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

Shades of Feijoa #B0F58A

Tints of Feijoa #B0F58A

Color information

#B0F58A (or 0xB0F58A) is unknown color: approx Feijoa. HEX triplet: B0, F5 and 8A. RGB value is (176,245,138). Sum of RGB (Red+Green+Blue) = 176+245+138=559 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.48% from 559); Green value is 245 (96.09% from 255 or 43.83% from 559); Blue value is 138 (54.30% from 255 or 24.69% from 559); Max value from RGB is 245 - color contains mainly: green. Hex color #B0F58A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F58A is #4F0A75. Grayscale: #D4D4D4. Windows color (decimal): -5180022 or 9106864. OLE color: 9106864.

HSL color Cylindrical-coordinate representation of color #B0F58A: hue angle of 98.69º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0F58A is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB176245138-
CMYK0.2800.440.04
HSL98.69º84.25%75.1%-
HSV(B)98.69º43.67%96.08%-
XYZ55.1476.3735.88-
YUV212.1786.14102.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.48%
GREEN value IS 245 (96.09% from 255) = 43.83%
BLUE value IS 138 (54.30% from 255) = 24.69%
R=31.48%
G=43.83%
B=24.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1762451380.2800.440.0498.6984.2575.1
HexB0F58A1C02C463544b
Octal260365212340544143124113
Binary101100001111010110001010111000101100100110001110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F58A; }

 p { color: rgb(176,245,138); }

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

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

 a { background-color: rgb(176,245,138); }

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

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

 span { border-color: rgb(176,245,138); }

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