#B0DF7A

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

Shades of Feijoa #B0DF7A

Tints of Feijoa #B0DF7A

Color information

#B0DF7A (or 0xB0DF7A) is unknown color: approx Feijoa. HEX triplet: B0, DF and 7A. RGB value is (176,223,122). Sum of RGB (Red+Green+Blue) = 176+223+122=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DF7A is #4F2085. Grayscale: #C5C5C5. Windows color (decimal): -5185670 or 8052656. OLE color: 8052656.

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

Color convert

RGB176223122-
CMYK0.2100.450.13
HSL87.92º61.21%67.65%-
HSV(B)87.92º45.29%87.45%-
XYZ47.8163.4128.13-
YUV197.4385.43112.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.78%
GREEN value IS 223 (87.5% from 255) = 42.80%
BLUE value IS 122 (48.05% from 255) = 23.42%
R=33.78%
G=42.80%
B=23.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762231220.2100.450.1387.9261.2167.65
HexB0DF7A1502DD583d44
Octal260337172250551513075104
Binary10110000110111111111010101010101101110110110001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DF7A; }

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

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

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

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

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

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

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

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