#9DEB7D

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

Shades of Feijoa #9DEB7D

Tints of Feijoa #9DEB7D

Color information

#9DEB7D (or 0x9DEB7D) is unknown color: approx Feijoa. HEX triplet: 9D, EB and 7D. RGB value is (157,235,125). Sum of RGB (Red+Green+Blue) = 157+235+125=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 235 (92.19% from 255 or 45.45% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEB7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEB7D is #621482. Grayscale: #C7C7C7. Windows color (decimal): -6427779 or 8252317. OLE color: 8252317.

HSL color Cylindrical-coordinate representation of color #9DEB7D: hue angle of 102.55º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DEB7D is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB157235125-
CMYK0.3300.470.08
HSL102.55º73.33%70.59%-
HSV(B)102.55º46.81%92.16%-
XYZ47.3168.0730.05-
YUV199.1486.1697.94-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.37%
GREEN value IS 235 (92.19% from 255) = 45.45%
BLUE value IS 125 (49.22% from 255) = 24.18%
R=30.37%
G=45.45%
B=24.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1572351250.3300.470.08102.5573.3370.59
Hex9DEB7D2102F8674947
Octal2353531754105710147111107
Binary1001110111101011111110110000101011111000110011110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,235,125); }

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

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

 a { background-color: rgb(157,235,125); }

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

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

 span { border-color: rgb(157,235,125); }

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