#B0DD72

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

Shades of Feijoa #B0DD72

Tints of Feijoa #B0DD72

Color information

#B0DD72 (or 0xB0DD72) is unknown color: approx Feijoa. HEX triplet: B0, DD and 72. RGB value is (176,221,114). Sum of RGB (Red+Green+Blue) = 176+221+114=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 114 (44.92% from 255 or 22.31% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DD72 is #4F228D. Grayscale: #C3C3C3. Windows color (decimal): -5186190 or 7527856. OLE color: 7527856.

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

Color convert

RGB176221114-
CMYK0.2000.480.13
HSL85.23º61.14%65.69%-
HSV(B)85.23º48.42%86.67%-
XYZ46.862.1625.45-
YUV195.3582.09114.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 221 (86.72% from 255) = 43.25%
BLUE value IS 114 (44.92% from 255) = 22.31%
R=34.44%
G=43.25%
B=22.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762211140.2000.480.1385.2361.1465.69
HexB0DD7214030D553d42
Octal260335162240601512575102
Binary10110000110111011110010101000110000110110101011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DD72; }

 p { color: rgb(176,221,114); }

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

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

 a { background-color: rgb(176,221,114); }

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

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

 span { border-color: rgb(176,221,114); }

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