#74C868

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

Shades of Mantis #74C868

Tints of Mantis #74C868

Color information

#74C868 (or 0x74C868) is unknown color: approx Mantis. HEX triplet: 74, C8 and 68. RGB value is (116,200,104). Sum of RGB (Red+Green+Blue) = 116+200+104=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 200 (78.52% from 255 or 47.62% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 200 - color contains mainly: green. Hex color #74C868 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C868 is #8B3797. Grayscale: #A4A4A4. Windows color (decimal): -9123736 or 6867060. OLE color: 6867060.

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

Color convert

RGB116200104-
CMYK0.4200.480.22
HSL112.5º46.6%59.61%-
HSV(B)112.5º48%78.43%-
XYZ30.3646.0220.38-
YUV163.9494.1793.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.62%
GREEN value IS 200 (78.52% from 255) = 47.62%
BLUE value IS 104 (41.02% from 255) = 24.76%
R=27.62%
G=47.62%
B=24.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1162001040.4200.480.22112.546.659.61
Hex74C8682A03016702f3c
Octal16431015052060261605774
Binary11101001100100011010001010100110000101101110000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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