#7DD64D

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

Shades of Mantis #7DD64D

Tints of Mantis #7DD64D

Color information

#7DD64D (or 0x7DD64D) is unknown color: approx Mantis. HEX triplet: 7D, D6 and 4D. RGB value is (125,214,77). Sum of RGB (Red+Green+Blue) = 125+214+77=416 (55% of max value = 765). Red value is 125 (49.22% from 255 or 30.05% from 416); Green value is 214 (83.98% from 255 or 51.44% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD64D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD64D is #8229B2. Grayscale: #ACACAC. Windows color (decimal): -8530355 or 5101181. OLE color: 5101181.

HSL color Cylindrical-coordinate representation of color #7DD64D: hue angle of 98.98º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7DD64D is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB12521477-
CMYK0.4200.640.16
HSL98.98º62.56%57.06%-
HSV(B)98.98º64.02%83.92%-
XYZ33.8452.9915.47-
YUV171.7774.5194.64-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.05%
GREEN value IS 214 (83.98% from 255) = 51.44%
BLUE value IS 77 (30.47% from 255) = 18.51%
R=30.05%
G=51.44%
B=18.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal125214770.4200.640.1698.9862.5657.06
Hex7DD64D2A04010633f39
Octal175326115520100201437771
Binary111110111010110100110110101001000000100001100011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DD64D; }

 p { color: rgb(125,214,77); }

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

<style>
 a { background-color: #7DD64D; }

 a { background-color: rgb(125,214,77); }

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

<style>
 span { border-color: #7DD64D; }

 span { border-color: rgb(125,214,77); }

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