#B0F68C

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

Shades of Feijoa #B0F68C

Tints of Feijoa #B0F68C

Color information

#B0F68C (or 0xB0F68C) is unknown color: approx Feijoa. HEX triplet: B0, F6 and 8C. RGB value is (176,246,140). Sum of RGB (Red+Green+Blue) = 176+246+140=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 246 (96.48% from 255 or 43.77% from 562); Blue value is 140 (55.08% from 255 or 24.91% from 562); Max value from RGB is 246 - color contains mainly: green. Hex color #B0F68C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F68C is #4F0973. Grayscale: #D5D5D5. Windows color (decimal): -5179764 or 9238192. OLE color: 9238192.

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

Color convert

RGB176246140-
CMYK0.2800.430.04
HSL99.62º85.48%75.69%-
HSV(B)99.62º43.09%96.47%-
XYZ55.5977.0436.75-
YUV212.9986.81101.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.32%
GREEN value IS 246 (96.48% from 255) = 43.77%
BLUE value IS 140 (55.08% from 255) = 24.91%
R=31.32%
G=43.77%
B=24.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1762461400.2800.430.0499.6285.4875.69
HexB0F68C1C02B464554c
Octal260366214340534144125114
Binary101100001111011010001100111000101011100110010010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F68C; }

 p { color: rgb(176,246,140); }

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

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

 a { background-color: rgb(176,246,140); }

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

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

 span { border-color: rgb(176,246,140); }

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