#97eb68

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

Shades of Feijoa #97EB68

Tints of Feijoa #97EB68

Color information

#97EB68 (or 0x97EB68) is unknown color: approx Feijoa. HEX triplet: 97, EB and 68. RGB value is (151,235,104). Sum of RGB (Red+Green+Blue) = 151+235+104=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 235 (92.19% from 255 or 47.96% from 490); Blue value is 104 (41.02% from 255 or 21.22% from 490); Max value from RGB is 235 - color contains mainly: green. Hex color #97EB68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97EB68 is #681497. Grayscale: #C3C3C3. Windows color (decimal): -6821016 or 6876055. OLE color: 6876055.

HSL color Cylindrical-coordinate representation of color #97EB68: hue angle of 98.47º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #97EB68 is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB151235104-
CMYK0.3600.560.08
HSL98.47º76.61%66.47%-
HSV(B)98.47º55.74%92.16%-
XYZ44.976723.66-
YUV194.9576.6796.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.82%
GREEN value IS 235 (92.19% from 255) = 47.96%
BLUE value IS 104 (41.02% from 255) = 21.22%
R=30.82%
G=47.96%
B=21.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1512351040.3600.560.0898.4776.6166.47
Hex97EB68240388624d42
Octal2273531504407010142115102
Binary1001011111101011110100010010001110001000110001010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97eb68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,235,104); }

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

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

 a { background-color: rgb(151,235,104); }

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

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

 span { border-color: rgb(151,235,104); }

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