#97FA69

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

Shades of Feijoa #97FA69

Tints of Feijoa #97FA69

Color information

#97FA69 (or 0x97FA69) is unknown color: approx Feijoa. HEX triplet: 97, FA and 69. RGB value is (151,250,105). Sum of RGB (Red+Green+Blue) = 151+250+105=506 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.84% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 105 (41.41% from 255 or 20.75% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #97FA69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97FA69 is #680596. Grayscale: #CCCCCC. Windows color (decimal): -6817175 or 6945431. OLE color: 6945431.

HSL color Cylindrical-coordinate representation of color #97FA69: hue angle of 100.97º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #97FA69 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB151250105-
CMYK0.4000.580.02
HSL100.97º93.55%69.61%-
HSV(B)100.97º58%98.04%-
XYZ49.575.9725.42-
YUV203.8772.290.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.84%
GREEN value IS 250 (98.05% from 255) = 49.41%
BLUE value IS 105 (41.41% from 255) = 20.75%
R=29.84%
G=49.41%
B=20.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1512501050.4000.580.02100.9793.5569.61
Hex97FA692803A2655e46
Octal227372151500722145136106
Binary10010111111110101101001101000011101010110010110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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