#74d95b

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

Shades of Mantis #74D95B

Tints of Mantis #74D95B

Color information

#74D95B (or 0x74D95B) is unknown color: approx Mantis. HEX triplet: 74, D9 and 5B. RGB value is (116,217,91). Sum of RGB (Red+Green+Blue) = 116+217+91=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 217 (85.16% from 255 or 51.18% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 217 - color contains mainly: green. Hex color #74D95B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D95B is #8B26A4. Grayscale: #ACACAC. Windows color (decimal): -9119397 or 6019444. OLE color: 6019444.

HSL color Cylindrical-coordinate representation of color #74D95B: hue angle of 108.1º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74D95B is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB11621791-
CMYK0.4700.580.15
HSL108.1º62.38%60.39%-
HSV(B)108.1º58.06%85.1%-
XYZ33.954.0918.55-
YUV172.4482.0487.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.36%
GREEN value IS 217 (85.16% from 255) = 51.18%
BLUE value IS 91 (35.94% from 255) = 21.46%
R=27.36%
G=51.18%
B=21.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal116217910.4700.580.15108.162.3860.39
Hex74D95B2F03AF6c3e3c
Octal16433113357072171547674
Binary1110100110110011011011101111011101011111101100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74d95b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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