#9DDD73

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

Shades of Feijoa #9DDD73

Tints of Feijoa #9DDD73

Color information

#9DDD73 (or 0x9DDD73) is unknown color: approx Feijoa. HEX triplet: 9D, DD and 73. RGB value is (157,221,115). Sum of RGB (Red+Green+Blue) = 157+221+115=493 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.85% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDD73 is #62228C. Grayscale: #BEBEBE. Windows color (decimal): -6431373 or 7593373. OLE color: 7593373.

HSL color Cylindrical-coordinate representation of color #9DDD73: hue angle of 96.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 #9DDD73 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB157221115-
CMYK0.2900.480.13
HSL96.23º60.92%65.88%-
HSV(B)96.23º47.96%86.67%-
XYZ42.8660.1225.57-
YUV189.7885.8104.62-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.85%
GREEN value IS 221 (86.72% from 255) = 44.83%
BLUE value IS 115 (45.31% from 255) = 23.33%
R=31.85%
G=44.83%
B=23.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572211150.2900.480.1396.2360.9265.88
Hex9DDD731D030D603d42
Octal235335163350601514075102
Binary10011101110111011110011111010110000110111000001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DDD73; }

 p { color: rgb(157,221,115); }

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

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

 a { background-color: rgb(157,221,115); }

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

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

 span { border-color: rgb(157,221,115); }

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