#74B25B

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

Shades of Mantis #74B25B

Tints of Mantis #74B25B

Color information

#74B25B (or 0x74B25B) is unknown color: approx Mantis. HEX triplet: 74, B2 and 5B. RGB value is (116,178,91). Sum of RGB (Red+Green+Blue) = 116+178+91=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 178 - color contains mainly: green. Hex color #74B25B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74B25B is #8B4DA4. Grayscale: #959595. Windows color (decimal): -9129381 or 6009460. OLE color: 6009460.

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

Color convert

RGB11617891-
CMYK0.3500.490.30
HSL102.76º36.1%52.75%-
HSV(B)102.76º48.88%69.8%-
XYZ25.0136.3115.59-
YUV149.5494.96104.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.13%
GREEN value IS 178 (69.92% from 255) = 46.23%
BLUE value IS 91 (35.94% from 255) = 23.64%
R=30.13%
G=46.23%
B=23.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal116178910.3500.490.30102.7636.152.75
Hex74B25B230311E672435
Octal16426213343061361474465
Binary11101001011001010110111000110110001111101100111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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