#74BE68

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

Shades of Mantis #74BE68

Tints of Mantis #74BE68

Color information

#74BE68 (or 0x74BE68) is unknown color: approx Mantis. HEX triplet: 74, BE and 68. RGB value is (116,190,104). Sum of RGB (Red+Green+Blue) = 116+190+104=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BE68 is #8B4197. Grayscale: #9E9E9E. Windows color (decimal): -9126296 or 6864500. OLE color: 6864500.

HSL color Cylindrical-coordinate representation of color #74BE68: hue angle of 111.63º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74BE68 is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB116190104-
CMYK0.3900.450.25
HSL111.63º39.81%57.65%-
HSV(B)111.63º45.26%74.51%-
XYZ28.1141.5419.63-
YUV158.0797.4897.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.29%
GREEN value IS 190 (74.61% from 255) = 46.34%
BLUE value IS 104 (41.02% from 255) = 25.37%
R=28.29%
G=46.34%
B=25.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161901040.3900.450.25111.6339.8157.65
Hex74BE682702D1970283a
Octal16427615047055311605072
Binary11101001011111011010001001110101101110011110000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,190,104); }

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

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

 a { background-color: rgb(116,190,104); }

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

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

 span { border-color: rgb(116,190,104); }

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