#B0F288

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

Shades of Feijoa #B0F288

Tints of Feijoa #B0F288

Color information

#B0F288 (or 0xB0F288) is unknown color: approx Feijoa. HEX triplet: B0, F2 and 88. RGB value is (176,242,136). Sum of RGB (Red+Green+Blue) = 176+242+136=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 136 (53.52% from 255 or 24.55% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F288 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F288 is #4F0D77. Grayscale: #D2D2D2. Windows color (decimal): -5180792 or 8975024. OLE color: 8975024.

HSL color Cylindrical-coordinate representation of color #B0F288: hue angle of 97.36º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0F288 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB176242136-
CMYK0.2700.440.05
HSL97.36º80.3%74.12%-
HSV(B)97.36º43.8%94.9%-
XYZ54.174.5134.82-
YUV210.1886.13103.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.77%
GREEN value IS 242 (94.92% from 255) = 43.68%
BLUE value IS 136 (53.52% from 255) = 24.55%
R=31.77%
G=43.68%
B=24.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762421360.2700.440.0597.3680.374.12
HexB0F2881B02C561504a
Octal260362210330545141120112
Binary101100001111001010001000110110101100101110000110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F288; }

 p { color: rgb(176,242,136); }

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

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

 a { background-color: rgb(176,242,136); }

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

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

 span { border-color: rgb(176,242,136); }

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