#9DFA71

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

Shades of Feijoa #9DFA71

Tints of Feijoa #9DFA71

Color information

#9DFA71 (or 0x9DFA71) is unknown color: approx Feijoa. HEX triplet: 9D, FA and 71. RGB value is (157,250,113). Sum of RGB (Red+Green+Blue) = 157+250+113=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 113 (44.53% from 255 or 21.73% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #9DFA71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFA71 is #62058E. Grayscale: #CFCFCF. Windows color (decimal): -6423951 or 7469725. OLE color: 7469725.

HSL color Cylindrical-coordinate representation of color #9DFA71: hue angle of 100.73º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DFA71 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB157250113-
CMYK0.3700.550.02
HSL100.73º93.2%71.18%-
HSV(B)100.73º54.8%98.04%-
XYZ51.0776.7327.74-
YUV206.5875.1992.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.19%
GREEN value IS 250 (98.05% from 255) = 48.08%
BLUE value IS 113 (44.53% from 255) = 21.73%
R=30.19%
G=48.08%
B=21.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1572501130.3700.550.02100.7393.271.18
Hex9DFA71250372655d47
Octal235372161450672145135107
Binary10011101111110101110001100101011011110110010110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,250,113); }

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

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

 a { background-color: rgb(157,250,113); }

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

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

 span { border-color: rgb(157,250,113); }

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