#9DDF78

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

Shades of Feijoa #9DDF78

Tints of Feijoa #9DDF78

Color information

#9DDF78 (or 0x9DDF78) is unknown color: approx Feijoa. HEX triplet: 9D, DF and 78. RGB value is (157,223,120). Sum of RGB (Red+Green+Blue) = 157+223+120=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDF78 is #622087. Grayscale: #BFBFBF. Windows color (decimal): -6430856 or 7921565. OLE color: 7921565.

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

Color convert

RGB157223120-
CMYK0.3000.460.13
HSL98.45º61.68%67.25%-
HSV(B)98.45º46.19%87.45%-
XYZ43.6861.327.3-
YUV191.5287.63103.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.4%
GREEN value IS 223 (87.5% from 255) = 44.6%
BLUE value IS 120 (47.27% from 255) = 24%
R=31.4%
G=44.6%
B=24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572231200.3000.460.1398.4561.6867.25
Hex9DDF781E02ED623e43
Octal235337170360561514276103
Binary10011101110111111111000111100101110110111000101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,223,120); }

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

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

 a { background-color: rgb(157,223,120); }

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

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

 span { border-color: rgb(157,223,120); }

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