#74C256

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

Shades of Mantis #74C256

Tints of Mantis #74C256

Color information

#74C256 (or 0x74C256) is unknown color: approx Mantis. HEX triplet: 74, C2 and 56. RGB value is (116,194,86). Sum of RGB (Red+Green+Blue) = 116+194+86=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 194 - color contains mainly: green. Hex color #74C256 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C256 is #8B3DA9. Grayscale: #9E9E9E. Windows color (decimal): -9125290 or 5685876. OLE color: 5685876.

HSL color Cylindrical-coordinate representation of color #74C256: hue angle of 103.33º degrees, saturation: 0.47, 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 #74C256 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB11619486-
CMYK0.4000.560.24
HSL103.33º46.96%54.9%-
HSV(B)103.33º55.67%76.08%-
XYZ28.1742.9715.61-
YUV158.3787.1697.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.29%
GREEN value IS 194 (76.17% from 255) = 48.99%
BLUE value IS 86 (33.98% from 255) = 21.72%
R=29.29%
G=48.99%
B=21.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal116194860.4000.560.24103.3346.9654.9
Hex74C2562803818672f37
Octal16430212650070301475767
Binary11101001100001010101101010000111000110001100111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,194,86); }

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

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

 a { background-color: rgb(116,194,86); }

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

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

 span { border-color: rgb(116,194,86); }

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