#97E769

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

Shades of Feijoa #97E769

Tints of Feijoa #97E769

Color information

#97E769 (or 0x97E769) is unknown color: approx Feijoa. HEX triplet: 97, E7 and 69. RGB value is (151,231,105). Sum of RGB (Red+Green+Blue) = 151+231+105=487 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.01% from 487); Green value is 231 (90.62% from 255 or 47.43% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 231 - color contains mainly: green. Hex color #97E769 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97E769 is #681896. Grayscale: #C1C1C1. Windows color (decimal): -6822039 or 6940567. OLE color: 6940567.

HSL color Cylindrical-coordinate representation of color #97E769: hue angle of 98.1º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #97E769 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB151231105-
CMYK0.3500.550.09
HSL98.1º72.41%65.88%-
HSV(B)98.1º54.55%90.59%-
XYZ43.8964.7523.55-
YUV192.7278.598.25-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.01%
GREEN value IS 231 (90.62% from 255) = 47.43%
BLUE value IS 105 (41.41% from 255) = 21.56%
R=31.01%
G=47.43%
B=21.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1512311050.3500.550.0998.172.4165.88
Hex97E769230379624842
Octal2273471514306711142110102
Binary1001011111100111110100110001101101111001110001010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,231,105); }

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

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

 a { background-color: rgb(151,231,105); }

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

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

 span { border-color: rgb(151,231,105); }

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