#78CD4D

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

Shades of Mantis #78CD4D

Tints of Mantis #78CD4D

Color information

#78CD4D (or 0x78CD4D) is unknown color: approx Mantis. HEX triplet: 78, CD and 4D. RGB value is (120,205,77). Sum of RGB (Red+Green+Blue) = 120+205+77=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 205 (80.47% from 255 or 51.00% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 205 - color contains mainly: green. Hex color #78CD4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CD4D is #8732B2. Grayscale: #A5A5A5. Windows color (decimal): -8860339 or 5098872. OLE color: 5098872.

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

Color convert

RGB12020577-
CMYK0.4100.620.20
HSL99.84º56.14%55.29%-
HSV(B)99.84º62.44%80.39%-
XYZ30.9248.1914.69-
YUV164.9978.3495.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.85%
GREEN value IS 205 (80.47% from 255) = 51.00%
BLUE value IS 77 (30.47% from 255) = 19.15%
R=29.85%
G=51.00%
B=19.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal120205770.4100.620.2099.8456.1455.29
Hex78CD4D2903E14643837
Octal17031511551076241447067
Binary11110001100110110011011010010111110101001100100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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