#74C866

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

Shades of Mantis #74C866

Tints of Mantis #74C866

Color information

#74C866 (or 0x74C866) is unknown color: approx Mantis. HEX triplet: 74, C8 and 66. RGB value is (116,200,102). Sum of RGB (Red+Green+Blue) = 116+200+102=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 200 (78.52% from 255 or 47.85% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 200 - color contains mainly: green. Hex color #74C866 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C866 is #8B3799. Grayscale: #A4A4A4. Windows color (decimal): -9123738 or 6735988. OLE color: 6735988.

HSL color Cylindrical-coordinate representation of color #74C866: hue angle of 111.43º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74C866 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB116200102-
CMYK0.4200.490.22
HSL111.43º47.12%59.22%-
HSV(B)111.43º49%78.43%-
XYZ30.2645.9819.85-
YUV163.7193.1793.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.75%
GREEN value IS 200 (78.52% from 255) = 47.85%
BLUE value IS 102 (40.23% from 255) = 24.40%
R=27.75%
G=47.85%
B=24.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1162001020.4200.490.22111.4347.1259.22
Hex74C8662A031166f2f3b
Octal16431014652061261575773
Binary11101001100100011001101010100110001101101101111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,200,102); }

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

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

 a { background-color: rgb(116,200,102); }

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

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

 span { border-color: rgb(116,200,102); }

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