Html Css Color HEX #78D066 Mantis

📋 copy color: '#78D066'

red 120 ◦ green 208 ◦ blue 102

#78D066
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #78D066

Tints of Mantis #78D066

RGB

 RED value IS 120 (47.27% from 255) = 27.91%

 GREEN value IS 208 (81.64% from 255) = 48.37%

 BLUE value IS 102 (40.23% from 255) = 23.72%

R = 27.91%
G = 48.37%
B = 23.72%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#78D066 (or 0x78D066) is known color: Mantis. HEX triplet: 78, D0 and 66. RGB value is (120,208,102). Sum of RGB (Red+Green+Blue) = 120+208+102=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #78D066 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D066 is #872F99. Grayscale: #A9A9A9. Windows color (decimal): -8859546 or 6738040. OLE color: 6738040.

HSL color Cylindrical-coordinate representation of color #78D066: hue angle of 109.81º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78D066 is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 120 208 102 -
CMYK 0.42 0 0.51 0.18
HSL 109.81º 0.53% 0.61% -
HSV(B) 109.81º 0.51% 0.82% -
XYZ 32.7 50.06 20.51 -
YUV 169.6 89.85 92.62 -
System Red Green Blue C M Y K H S L
Decimal 120 208 102 0.42 0 0.51 0.18 109.81 0.53 0.61
Hex 78 D0 66 2A 0 33 12 6E 35 3D
Octal 170 320 146 52 0 63 22 156 65 75
Binary 1111000 11010000 1100110 101010 0 110011 10010 1101110 110101 111101

Color Harmonies of #78D066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78D066

Black with #78D066

Text Example


Text Example

White with #78D066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,208,102); }

 H1.HeaderClassName
 {
   color: #78D066;
 }
 .AnyTagClassName
 {
   color: #78D066;
 }
</style>

background-color css

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

 a { background-color: rgb(120,208,102); }

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

border-color css

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

 span { border-color: rgb(120,208,102); }

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