#97F270

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

Shades of Feijoa #97F270

Tints of Feijoa #97F270

Color information

#97F270 (or 0x97F270) is unknown color: approx Feijoa. HEX triplet: 97, F2 and 70. RGB value is (151,242,112). Sum of RGB (Red+Green+Blue) = 151+242+112=505 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.90% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #97F270 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97F270 is #680D8F. Grayscale: #C8C8C8. Windows color (decimal): -6819216 or 7402135. OLE color: 7402135.

HSL color Cylindrical-coordinate representation of color #97F270: hue angle of 102º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #97F270 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB151242112-
CMYK0.3800.540.05
HSL102º83.33%69.41%-
HSV(B)102º53.72%94.9%-
XYZ47.4471.2526.58-
YUV199.9778.3593.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.90%
GREEN value IS 242 (94.92% from 255) = 47.92%
BLUE value IS 112 (44.14% from 255) = 22.18%
R=29.90%
G=47.92%
B=22.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1512421120.3800.540.0510283.3369.41
Hex97F270260365665345
Octal227362160460665146123105
Binary100101111111001011100001001100110110101110011010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,242,112); }

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

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

 a { background-color: rgb(151,242,112); }

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

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

 span { border-color: rgb(151,242,112); }

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