#97EA67

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

Shades of Feijoa #97EA67

Tints of Feijoa #97EA67

Color information

#97EA67 (or 0x97EA67) is unknown color: approx Feijoa. HEX triplet: 97, EA and 67. RGB value is (151,234,103). Sum of RGB (Red+Green+Blue) = 151+234+103=488 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.94% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 103 (40.62% from 255 or 21.11% from 488); Max value from RGB is 234 - color contains mainly: green. Hex color #97EA67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97EA67 is #681598. Grayscale: #C2C2C2. Windows color (decimal): -6821273 or 6810263. OLE color: 6810263.

HSL color Cylindrical-coordinate representation of color #97EA67: hue angle of 98.02º 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 #97EA67 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB151234103-
CMYK0.3500.560.08
HSL98.02º75.72%66.08%-
HSV(B)98.02º55.98%91.76%-
XYZ44.6366.423.3-
YUV194.2576.597.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.94%
GREEN value IS 234 (91.80% from 255) = 47.95%
BLUE value IS 103 (40.62% from 255) = 21.11%
R=30.94%
G=47.95%
B=21.11%

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
Decimal1512341030.3500.560.0898.0275.7266.08
Hex97EA67230388624c42
Octal2273521474307010142114102
Binary1001011111101010110011110001101110001000110001010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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