#97ED6D

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

Shades of Feijoa #97ED6D

Tints of Feijoa #97ED6D

Color information

#97ED6D (or 0x97ED6D) is unknown color: approx Feijoa. HEX triplet: 97, ED and 6D. RGB value is (151,237,109). Sum of RGB (Red+Green+Blue) = 151+237+109=497 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.38% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 237 - color contains mainly: green. Hex color #97ED6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97ED6D is #681292. Grayscale: #C5C5C5. Windows color (decimal): -6820499 or 7204247. OLE color: 7204247.

HSL color Cylindrical-coordinate representation of color #97ED6D: hue angle of 100.31º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #97ED6D is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB151237109-
CMYK0.3600.540.07
HSL100.31º78.05%67.84%-
HSV(B)100.31º54.01%92.94%-
XYZ45.8168.2525.23-
YUV196.6978.5195.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.38%
GREEN value IS 237 (92.97% from 255) = 47.69%
BLUE value IS 109 (42.97% from 255) = 21.93%
R=30.38%
G=47.69%
B=21.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1512371090.3600.540.07100.3178.0567.84
Hex97ED6D240367644e44
Octal227355155440667144116104
Binary100101111110110111011011001000110110111110010010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ED6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97ED6D; }

 p { color: rgb(151,237,109); }

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

<style>
 a { background-color: #97ED6D; }

 a { background-color: rgb(151,237,109); }

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

<style>
 span { border-color: #97ED6D; }

 span { border-color: rgb(151,237,109); }

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