#74C467

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

Shades of Mantis #74C467

Tints of Mantis #74C467

Color information

#74C467 (or 0x74C467) is unknown color: approx Mantis. HEX triplet: 74, C4 and 67. RGB value is (116,196,103). Sum of RGB (Red+Green+Blue) = 116+196+103=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 196 (76.95% from 255 or 47.23% from 415); Blue value is 103 (40.62% from 255 or 24.82% from 415); Max value from RGB is 196 - color contains mainly: green. Hex color #74C467 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C467 is #8B3B98. Grayscale: #A1A1A1. Windows color (decimal): -9124761 or 6800500. OLE color: 6800500.

HSL color Cylindrical-coordinate representation of color #74C467: hue angle of 111.61º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74C467 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB116196103-
CMYK0.4100.470.23
HSL111.61º44.08%58.63%-
HSV(B)111.61º47.45%76.86%-
XYZ29.3944.1719.81-
YUV161.489595.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.95%
GREEN value IS 196 (76.95% from 255) = 47.23%
BLUE value IS 103 (40.62% from 255) = 24.82%
R=27.95%
G=47.23%
B=24.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1161961030.4100.470.23111.6144.0858.63
Hex74C4672902F17702c3b
Octal16430414751057271605473
Binary11101001100010011001111010010101111101111110000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,196,103); }

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

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

 a { background-color: rgb(116,196,103); }

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

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

 span { border-color: rgb(116,196,103); }

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