#78CD68

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

Shades of Mantis #78CD68

Tints of Mantis #78CD68

Color information

#78CD68 (or 0x78CD68) is unknown color: approx Mantis. HEX triplet: 78, CD and 68. RGB value is (120,205,104). Sum of RGB (Red+Green+Blue) = 120+205+104=429 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.97% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 205 - color contains mainly: green. Hex color #78CD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CD68 is #873297. Grayscale: #A8A8A8. Windows color (decimal): -8860312 or 6868344. OLE color: 6868344.

HSL color Cylindrical-coordinate representation of color #78CD68: hue angle of 110.5º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78CD68 is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB120205104-
CMYK0.4100.490.20
HSL110.5º50.25%60.59%-
HSV(B)110.5º49.27%80.39%-
XYZ32.0848.6620.8-
YUV168.0791.8493.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.97%
GREEN value IS 205 (80.47% from 255) = 47.79%
BLUE value IS 104 (41.02% from 255) = 24.24%
R=27.97%
G=47.79%
B=24.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1202051040.4100.490.20110.550.2560.59
Hex78CD6829031146e323d
Octal17031515051061241566275
Binary11110001100110111010001010010110001101001101110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78CD68; }

 p { color: rgb(120,205,104); }

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

<style>
 a { background-color: #78CD68; }

 a { background-color: rgb(120,205,104); }

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

<style>
 span { border-color: #78CD68; }

 span { border-color: rgb(120,205,104); }

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