#97CF5A

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

Shades of Mantis #97CF5A

Tints of Mantis #97CF5A

Color information

#97CF5A (or 0x97CF5A) is unknown color: approx Mantis. HEX triplet: 97, CF and 5A. RGB value is (151,207,90). Sum of RGB (Red+Green+Blue) = 151+207+90=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #97CF5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97CF5A is #6830A5. Grayscale: #B1B1B1. Windows color (decimal): -6828198 or 5951383. OLE color: 5951383.

HSL color Cylindrical-coordinate representation of color #97CF5A: hue angle of 88.72º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #97CF5A is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB15120790-
CMYK0.2700.570.19
HSL88.72º54.93%58.24%-
HSV(B)88.72º56.52%81.18%-
XYZ36.9251.9417.75-
YUV176.9278.95109.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.71%
GREEN value IS 207 (81.25% from 255) = 46.21%
BLUE value IS 90 (35.55% from 255) = 20.09%
R=33.71%
G=46.21%
B=20.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal151207900.2700.570.1988.7254.9358.24
Hex97CF5A1B0391359373a
Octal22731713233071231316772
Binary10010111110011111011010110110111001100111011001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,207,90); }

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

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

 a { background-color: rgb(151,207,90); }

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

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

 span { border-color: rgb(151,207,90); }

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