#9DDD71

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

Shades of Feijoa #9DDD71

Tints of Feijoa #9DDD71

Color information

#9DDD71 (or 0x9DDD71) is unknown color: approx Feijoa. HEX triplet: 9D, DD and 71. RGB value is (157,221,113). Sum of RGB (Red+Green+Blue) = 157+221+113=491 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.98% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDD71 is #62228E. Grayscale: #BDBDBD. Windows color (decimal): -6431375 or 7462301. OLE color: 7462301.

HSL color Cylindrical-coordinate representation of color #9DDD71: hue angle of 95.56º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9DDD71 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB157221113-
CMYK0.2900.490.13
HSL95.56º61.36%65.49%-
HSV(B)95.56º48.87%86.67%-
XYZ42.7460.0724.97-
YUV189.5584.8104.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.98%
GREEN value IS 221 (86.72% from 255) = 45.01%
BLUE value IS 113 (44.53% from 255) = 23.01%
R=31.98%
G=45.01%
B=23.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572211130.2900.490.1395.5661.3665.49
Hex9DDD711D031D603d41
Octal235335161350611514075101
Binary10011101110111011110001111010110001110111000001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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