#74B25E

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

Shades of Mantis #74B25E

Tints of Mantis #74B25E

Color information

#74B25E (or 0x74B25E) is unknown color: approx Mantis. HEX triplet: 74, B2 and 5E. RGB value is (116,178,94). Sum of RGB (Red+Green+Blue) = 116+178+94=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 178 - color contains mainly: green. Hex color #74B25E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74B25E is #8B4DA1. Grayscale: #969696. Windows color (decimal): -9129378 or 6206068. OLE color: 6206068.

HSL color Cylindrical-coordinate representation of color #74B25E: hue angle of 104.29º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74B25E is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB11617894-
CMYK0.3500.470.30
HSL104.29º35.29%53.33%-
HSV(B)104.29º47.19%69.8%-
XYZ25.1436.3616.28-
YUV149.8996.46103.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.90%
GREEN value IS 178 (69.92% from 255) = 45.88%
BLUE value IS 94 (37.11% from 255) = 24.23%
R=29.90%
G=45.88%
B=24.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal116178940.3500.470.30104.2935.2953.33
Hex74B25E2302F1E682335
Octal16426213643057361504365
Binary11101001011001010111101000110101111111101101000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,178,94); }

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

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

 a { background-color: rgb(116,178,94); }

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

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

 span { border-color: rgb(116,178,94); }

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