#74C355

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

Shades of Mantis #74C355

Tints of Mantis #74C355

Color information

#74C355 (or 0x74C355) is unknown color: approx Mantis. HEX triplet: 74, C3 and 55. RGB value is (116,195,85). Sum of RGB (Red+Green+Blue) = 116+195+85=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 195 (76.56% from 255 or 49.24% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 195 - color contains mainly: green. Hex color #74C355 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C355 is #8B3CAA. Grayscale: #9F9F9F. Windows color (decimal): -9125035 or 5620596. OLE color: 5620596.

HSL color Cylindrical-coordinate representation of color #74C355: hue angle of 103.09º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74C355 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB11619585-
CMYK0.4100.560.24
HSL103.09º47.83%54.9%-
HSV(B)103.09º56.41%76.47%-
XYZ28.3643.415.48-
YUV158.8486.3397.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.29%
GREEN value IS 195 (76.56% from 255) = 49.24%
BLUE value IS 85 (33.59% from 255) = 21.46%
R=29.29%
G=49.24%
B=21.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal116195850.4100.560.24103.0947.8354.9
Hex74C3552903818673037
Octal16430312551070301476067
Binary11101001100001110101011010010111000110001100111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,195,85); }

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

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

 a { background-color: rgb(116,195,85); }

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

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

 span { border-color: rgb(116,195,85); }

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