#9DDF74

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

Shades of Feijoa #9DDF74

Tints of Feijoa #9DDF74

Color information

#9DDF74 (or 0x9DDF74) is unknown color: approx Feijoa. HEX triplet: 9D, DF and 74. RGB value is (157,223,116). Sum of RGB (Red+Green+Blue) = 157+223+116=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDF74 is #62208B. Grayscale: #BFBFBF. Windows color (decimal): -6430860 or 7659421. OLE color: 7659421.

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

Color convert

RGB157223116-
CMYK0.3000.480.13
HSL97.01º62.57%66.47%-
HSV(B)97.01º47.98%87.45%-
XYZ43.4461.226.05-
YUV191.0785.63103.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.65%
GREEN value IS 223 (87.5% from 255) = 44.96%
BLUE value IS 116 (45.70% from 255) = 23.39%
R=31.65%
G=44.96%
B=23.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572231160.3000.480.1397.0162.5766.47
Hex9DDF741E030D613f42
Octal235337164360601514177102
Binary10011101110111111110100111100110000110111000011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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