#78CC65

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

Shades of Mantis #78CC65

Tints of Mantis #78CC65

Color information

#78CC65 (or 0x78CC65) is unknown color: approx Mantis. HEX triplet: 78, CC and 65. RGB value is (120,204,101). Sum of RGB (Red+Green+Blue) = 120+204+101=425 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.24% from 425); Green value is 204 (80.08% from 255 or 48% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 204 - color contains mainly: green. Hex color #78CC65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CC65 is #87339A. Grayscale: #A7A7A7. Windows color (decimal): -8860571 or 6671480. OLE color: 6671480.

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

Color convert

RGB120204101-
CMYK0.4100.500.2
HSL108.93º50.24%59.8%-
HSV(B)108.93º50.49%80%-
XYZ31.6948.1219.93-
YUV167.1490.6794.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.24%
GREEN value IS 204 (80.08% from 255) = 48%
BLUE value IS 101 (39.84% from 255) = 23.76%
R=28.24%
G=48%
B=23.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1202041010.4100.500.2108.9350.2459.8
Hex78CC6529032146d323c
Octal17031414551062241556274
Binary11110001100110011001011010010110010101001101101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,204,101); }

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

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

 a { background-color: rgb(120,204,101); }

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

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

 span { border-color: rgb(120,204,101); }

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