#74C065

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

Shades of Mantis #74C065

Tints of Mantis #74C065

Color information

#74C065 (or 0x74C065) is unknown color: approx Mantis. HEX triplet: 74, C0 and 65. RGB value is (116,192,101). Sum of RGB (Red+Green+Blue) = 116+192+101=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #74C065 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C065 is #8B3F9A. Grayscale: #9F9F9F. Windows color (decimal): -9125787 or 6668404. OLE color: 6668404.

HSL color Cylindrical-coordinate representation of color #74C065: hue angle of 110.11º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74C065 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB116192101-
CMYK0.4000.470.25
HSL110.11º41.94%57.45%-
HSV(B)110.11º47.4%75.29%-
XYZ28.442.3518.99-
YUV158.995.3297.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.36%
GREEN value IS 192 (75.39% from 255) = 46.94%
BLUE value IS 101 (39.84% from 255) = 24.69%
R=28.36%
G=46.94%
B=24.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161921010.4000.470.25110.1141.9457.45
Hex74C0652802F196e2a39
Octal16430014550057311565271
Binary11101001100000011001011010000101111110011101110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74C065; }

 p { color: rgb(116,192,101); }

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

<style>
 a { background-color: #74C065; }

 a { background-color: rgb(116,192,101); }

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

<style>
 span { border-color: #74C065; }

 span { border-color: rgb(116,192,101); }

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