#74D246

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

Shades of Mantis #74D246

Tints of Mantis #74D246

Color information

#74D246 (or 0x74D246) is unknown color: approx Mantis. HEX triplet: 74, D2 and 46. RGB value is (116,210,70). Sum of RGB (Red+Green+Blue) = 116+210+70=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 210 (82.42% from 255 or 53.03% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 210 - color contains mainly: green. Hex color #74D246 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D246 is #8B2DB9. Grayscale: #A6A6A6. Windows color (decimal): -9121210 or 4641396. OLE color: 4641396.

HSL color Cylindrical-coordinate representation of color #74D246: hue angle of 100.29º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74D246 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB11621070-
CMYK0.4500.670.18
HSL100.29º60.87%54.9%-
HSV(B)100.29º66.67%82.35%-
XYZ31.3550.2513.84-
YUV165.9373.8692.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.29%
GREEN value IS 210 (82.42% from 255) = 53.03%
BLUE value IS 70 (27.73% from 255) = 17.68%
R=29.29%
G=53.03%
B=17.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal116210700.4500.670.18100.2960.8754.9
Hex74D2462D04312643d37
Octal164322106550103221447567
Binary111010011010010100011010110101000011100101100100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,210,70); }

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

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

 a { background-color: rgb(116,210,70); }

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

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

 span { border-color: rgb(116,210,70); }

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