#74D95A

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

Shades of Mantis #74D95A

Tints of Mantis #74D95A

Color information

#74D95A (or 0x74D95A) is unknown color: approx Mantis. HEX triplet: 74, D9 and 5A. RGB value is (116,217,90). Sum of RGB (Red+Green+Blue) = 116+217+90=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 217 (85.16% from 255 or 51.30% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 217 - color contains mainly: green. Hex color #74D95A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D95A is #8B26A5. Grayscale: #ACACAC. Windows color (decimal): -9119398 or 5953908. OLE color: 5953908.

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

Color convert

RGB11621790-
CMYK0.4700.590.15
HSL107.72º62.56%60.2%-
HSV(B)107.72º58.53%85.1%-
XYZ33.8654.0818.33-
YUV172.3281.5487.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.42%
GREEN value IS 217 (85.16% from 255) = 51.30%
BLUE value IS 90 (35.55% from 255) = 21.28%
R=27.42%
G=51.30%
B=21.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal116217900.4700.590.15107.7262.5660.2
Hex74D95A2F03BF6c3f3c
Octal16433113257073171547774
Binary1110100110110011011010101111011101111111101100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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