#9DDE74

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

Shades of Feijoa #9DDE74

Tints of Feijoa #9DDE74

Color information

#9DDE74 (or 0x9DDE74) is unknown color: approx Feijoa. HEX triplet: 9D, DE and 74. RGB value is (157,222,116). Sum of RGB (Red+Green+Blue) = 157+222+116=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDE74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDE74 is #62218B. Grayscale: #BEBEBE. Windows color (decimal): -6431116 or 7659165. OLE color: 7659165.

HSL color Cylindrical-coordinate representation of color #9DDE74: hue angle of 96.79º degrees, saturation: 0.62, 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 #9DDE74 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB157222116-
CMYK0.2900.480.13
HSL96.79º61.63%66.27%-
HSV(B)96.79º47.75%87.06%-
XYZ43.1860.6725.96-
YUV190.4885.97104.12-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.72%
GREEN value IS 222 (87.11% from 255) = 44.85%
BLUE value IS 116 (45.70% from 255) = 23.43%
R=31.72%
G=44.85%
B=23.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572221160.2900.480.1396.7961.6366.27
Hex9DDE741D030D613e42
Octal235336164350601514176102
Binary10011101110111101110100111010110000110111000011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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