#9DD975

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

Shades of Feijoa #9DD975

Tints of Feijoa #9DD975

Color information

#9DD975 (or 0x9DD975) is unknown color: approx Feijoa. HEX triplet: 9D, D9 and 75. RGB value is (157,217,117). Sum of RGB (Red+Green+Blue) = 157+217+117=491 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.98% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD975 is #62268A. Grayscale: #BCBCBC. Windows color (decimal): -6432395 or 7723421. OLE color: 7723421.

HSL color Cylindrical-coordinate representation of color #9DD975: hue angle of 96º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9DD975 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB157217117-
CMYK0.2800.460.15
HSL96º56.82%65.49%-
HSV(B)96º46.08%85.1%-
XYZ41.9358.0825.83-
YUV187.6688.12106.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.98%
GREEN value IS 217 (85.16% from 255) = 44.20%
BLUE value IS 117 (46.09% from 255) = 23.83%
R=31.98%
G=44.20%
B=23.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1572171170.2800.460.159656.8265.49
Hex9DD9751C02EF603941
Octal235331165340561714071101
Binary10011101110110011110101111000101110111111000001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,217,117); }

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

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

 a { background-color: rgb(157,217,117); }

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

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

 span { border-color: rgb(157,217,117); }

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