#B0DF81

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

Shades of Feijoa #B0DF81

Tints of Feijoa #B0DF81

Color information

#B0DF81 (or 0xB0DF81) is unknown color: approx Feijoa. HEX triplet: B0, DF and 81. RGB value is (176,223,129). Sum of RGB (Red+Green+Blue) = 176+223+129=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 129 (50.78% from 255 or 24.43% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DF81 is #4F207E. Grayscale: #C6C6C6. Windows color (decimal): -5185663 or 8511408. OLE color: 8511408.

HSL color Cylindrical-coordinate representation of color #B0DF81: hue angle of 90º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0DF81 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB176223129-
CMYK0.2100.420.13
HSL90º59.49%69.02%-
HSV(B)90º42.15%87.45%-
XYZ48.2563.5930.5-
YUV198.2388.93112.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.33%
GREEN value IS 223 (87.5% from 255) = 42.23%
BLUE value IS 129 (50.78% from 255) = 24.43%
R=33.33%
G=42.23%
B=24.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762231290.2100.420.139059.4969.02
HexB0DF811502AD5a3b45
Octal260337201250521513273105
Binary101100001101111110000001101010101010110110110101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DF81; }

 p { color: rgb(176,223,129); }

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

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

 a { background-color: rgb(176,223,129); }

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

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

 span { border-color: rgb(176,223,129); }

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