#97F06F

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

Shades of Feijoa #97F06F

Tints of Feijoa #97F06F

Color information

#97F06F (or 0x97F06F) is unknown color: approx Feijoa. HEX triplet: 97, F0 and 6F. RGB value is (151,240,111). Sum of RGB (Red+Green+Blue) = 151+240+111=502 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.08% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 111 (43.75% from 255 or 22.11% from 502); Max value from RGB is 240 - color contains mainly: green. Hex color #97F06F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97F06F is #680F90. Grayscale: #C7C7C7. Windows color (decimal): -6819729 or 7336087. OLE color: 7336087.

HSL color Cylindrical-coordinate representation of color #97F06F: hue angle of 101.4º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #97F06F is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB151240111-
CMYK0.3700.540.06
HSL101.4º81.13%68.82%-
HSV(B)101.4º53.75%94.12%-
XYZ46.7970.0526.09-
YUV198.6878.5193.99-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.08%
GREEN value IS 240 (94.14% from 255) = 47.81%
BLUE value IS 111 (43.75% from 255) = 22.11%
R=30.08%
G=47.81%
B=22.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1512401110.3700.540.06101.481.1368.82
Hex97F06F250366655145
Octal227360157450666145121105
Binary100101111111000011011111001010110110110110010110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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