#97F76F

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

Shades of Feijoa #97F76F

Tints of Feijoa #97F76F

Color information

#97F76F (or 0x97F76F) is unknown color: approx Feijoa. HEX triplet: 97, F7 and 6F. RGB value is (151,247,111). Sum of RGB (Red+Green+Blue) = 151+247+111=509 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.67% from 509); Green value is 247 (96.88% from 255 or 48.53% from 509); Blue value is 111 (43.75% from 255 or 21.81% from 509); Max value from RGB is 247 - color contains mainly: green. Hex color #97F76F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97F76F is #680890. Grayscale: #CBCBCB. Windows color (decimal): -6817937 or 7337879. OLE color: 7337879.

HSL color Cylindrical-coordinate representation of color #97F76F: hue angle of 102.35º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #97F76F is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB151247111-
CMYK0.3900.550.03
HSL102.35º89.47%70.2%-
HSV(B)102.35º55.06%96.86%-
XYZ48.8974.2526.79-
YUV202.7976.291.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.67%
GREEN value IS 247 (96.88% from 255) = 48.53%
BLUE value IS 111 (43.75% from 255) = 21.81%
R=29.67%
G=48.53%
B=21.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1512471110.3900.550.03102.3589.4770.2
Hex97F76F270373665946
Octal227367157470673146131106
Binary10010111111101111101111100111011011111110011010110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,247,111); }

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

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

 a { background-color: rgb(151,247,111); }

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

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

 span { border-color: rgb(151,247,111); }

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