#97EA66

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

Shades of Feijoa #97EA66

Tints of Feijoa #97EA66

Color information

#97EA66 (or 0x97EA66) is unknown color: approx Feijoa. HEX triplet: 97, EA and 66. RGB value is (151,234,102). Sum of RGB (Red+Green+Blue) = 151+234+102=487 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.01% from 487); Green value is 234 (91.80% from 255 or 48.05% from 487); Blue value is 102 (40.23% from 255 or 20.94% from 487); Max value from RGB is 234 - color contains mainly: green. Hex color #97EA66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97EA66 is #681599. Grayscale: #C2C2C2. Windows color (decimal): -6821274 or 6744727. OLE color: 6744727.

HSL color Cylindrical-coordinate representation of color #97EA66: hue angle of 97.73º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #97EA66 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB151234102-
CMYK0.3500.560.08
HSL97.73º75.86%65.88%-
HSV(B)97.73º56.41%91.76%-
XYZ44.5866.3823.03-
YUV194.147697.23-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.01%
GREEN value IS 234 (91.80% from 255) = 48.05%
BLUE value IS 102 (40.23% from 255) = 20.94%
R=31.01%
G=48.05%
B=20.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1512341020.3500.560.0897.7375.8665.88
Hex97EA66230388624c42
Octal2273521464307010142114102
Binary1001011111101010110011010001101110001000110001010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,234,102); }

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

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

 a { background-color: rgb(151,234,102); }

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

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

 span { border-color: rgb(151,234,102); }

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