#97EE72

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

Shades of Feijoa #97EE72

Tints of Feijoa #97EE72

Color information

#97EE72 (or 0x97EE72) is unknown color: approx Feijoa. HEX triplet: 97, EE and 72. RGB value is (151,238,114). Sum of RGB (Red+Green+Blue) = 151+238+114=503 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.02% from 503); Green value is 238 (93.36% from 255 or 47.32% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 238 - color contains mainly: green. Hex color #97EE72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97EE72 is #68118D. Grayscale: #C6C6C6. Windows color (decimal): -6820238 or 7532183. OLE color: 7532183.

HSL color Cylindrical-coordinate representation of color #97EE72: hue angle of 102.1º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #97EE72 is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB151238114-
CMYK0.3700.520.07
HSL102.1º78.48%69.02%-
HSV(B)102.1º52.1%93.33%-
XYZ46.3768.9426.78-
YUV197.8580.6894.58-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.02%
GREEN value IS 238 (93.36% from 255) = 47.32%
BLUE value IS 114 (44.92% from 255) = 22.66%
R=30.02%
G=47.32%
B=22.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1512381140.3700.520.07102.178.4869.02
Hex97EE72250347664e45
Octal227356162450647146116105
Binary100101111110111011100101001010110100111110011010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,238,114); }

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

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

 a { background-color: rgb(151,238,114); }

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

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

 span { border-color: rgb(151,238,114); }

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