#74BE69

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

Shades of Mantis #74BE69

Tints of Mantis #74BE69

Color information

#74BE69 (or 0x74BE69) is unknown color: approx Mantis. HEX triplet: 74, BE and 69. RGB value is (116,190,105). Sum of RGB (Red+Green+Blue) = 116+190+105=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BE69 is #8B4196. Grayscale: #9E9E9E. Windows color (decimal): -9126295 or 6930036. OLE color: 6930036.

HSL color Cylindrical-coordinate representation of color #74BE69: hue angle of 112.24º 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 #74BE69 is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB116190105-
CMYK0.3900.450.25
HSL112.24º39.53%57.84%-
HSV(B)112.24º44.74%74.51%-
XYZ28.1741.5619.9-
YUV158.1897.9897.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.22%
GREEN value IS 190 (74.61% from 255) = 46.23%
BLUE value IS 105 (41.41% from 255) = 25.55%
R=28.22%
G=46.23%
B=25.55%

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
Decimal1161901050.3900.450.25112.2439.5357.84
Hex74BE692702D1970283a
Octal16427615147055311605072
Binary11101001011111011010011001110101101110011110000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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