#78ca69

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

Shades of Mantis #78CA69

Tints of Mantis #78CA69

Color information

#78CA69 (or 0x78CA69) is unknown color: approx Mantis. HEX triplet: 78, CA and 69. RGB value is (120,202,105). Sum of RGB (Red+Green+Blue) = 120+202+105=427 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.10% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #78CA69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CA69 is #873596. Grayscale: #A6A6A6. Windows color (decimal): -8861079 or 6933112. OLE color: 6933112.

HSL color Cylindrical-coordinate representation of color #78CA69: hue angle of 110.72º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78CA69 is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB120202105-
CMYK0.4100.480.21
HSL110.72º47.78%60.2%-
HSV(B)110.72º48.02%79.22%-
XYZ31.4247.2520.83-
YUV166.4293.3394.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.10%
GREEN value IS 202 (79.30% from 255) = 47.31%
BLUE value IS 105 (41.41% from 255) = 24.59%
R=28.10%
G=47.31%
B=24.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1202021050.4100.480.21110.7247.7860.2
Hex78CA6929030156f303c
Octal17031215151060251576074
Binary11110001100101011010011010010110000101011101111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ca69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,202,105); }

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

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

 a { background-color: rgb(120,202,105); }

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

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

 span { border-color: rgb(120,202,105); }

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