#B7DF90

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

Shades of Feijoa #B7DF90

Tints of Feijoa #B7DF90

Color information

#B7DF90 (or 0xB7DF90) is unknown color: approx Feijoa. HEX triplet: B7, DF and 90. RGB value is (183,223,144). Sum of RGB (Red+Green+Blue) = 183+223+144=550 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.27% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 144 (56.64% from 255 or 26.18% from 550); Max value from RGB is 223 - color contains mainly: green. Hex color #B7DF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DF90 is #48206F. Grayscale: #CACACA. Windows color (decimal): -4726896 or 9494455. OLE color: 9494455.

HSL color Cylindrical-coordinate representation of color #B7DF90: hue angle of 90.38º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B7DF90 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB183223144-
CMYK0.1800.350.13
HSL90.38º55.24%71.96%-
HSV(B)90.38º35.43%87.45%-
XYZ50.9564.8636.22-
YUV202.0395.25114.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.27%
GREEN value IS 223 (87.5% from 255) = 40.55%
BLUE value IS 144 (56.64% from 255) = 26.18%
R=33.27%
G=40.55%
B=26.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1832231440.1800.350.1390.3855.2471.96
HexB7DF9012023D5a3748
Octal267337220220431513267110
Binary101101111101111110010000100100100011110110110101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DF90; }

 p { color: rgb(183,223,144); }

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

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

 a { background-color: rgb(183,223,144); }

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

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

 span { border-color: rgb(183,223,144); }

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