#9DDE71

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

Shades of Feijoa #9DDE71

Tints of Feijoa #9DDE71

Color information

#9DDE71 (or 0x9DDE71) is unknown color: approx Feijoa. HEX triplet: 9D, DE and 71. RGB value is (157,222,113). Sum of RGB (Red+Green+Blue) = 157+222+113=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDE71 is #62218E. Grayscale: #BEBEBE. Windows color (decimal): -6431119 or 7462557. OLE color: 7462557.

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

Color convert

RGB157222113-
CMYK0.2900.490.13
HSL95.78º62.29%65.69%-
HSV(B)95.78º49.1%87.06%-
XYZ43.0160.625.05-
YUV190.1484.47104.36-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.91%
GREEN value IS 222 (87.11% from 255) = 45.12%
BLUE value IS 113 (44.53% from 255) = 22.97%
R=31.91%
G=45.12%
B=22.97%

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
Decimal1572221130.2900.490.1395.7862.2965.69
Hex9DDE711D031D603e42
Octal235336161350611514076102
Binary10011101110111101110001111010110001110111000001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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