Html Css Color HEX #7DD64D Mantis

📋 copy color: '#7DD64D'

red 125 ◦ green 214 ◦ blue 77

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

Shades of Mantis #7DD64D

Tints of Mantis #7DD64D

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 value IS 0.42

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#7DD64D (or 0x7DD64D) is known color: 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

RGB 125 214 77 -
CMYK 0.42 0 0.64 0.16
HSL 98.98º 0.63% 0.57% -
HSV(B) 98.98º 0.64% 0.84% -
XYZ 33.84 52.99 15.47 -
YUV 171.77 74.51 94.64 -
System Red Green Blue C M Y K H S L
Decimal 125 214 77 0.42 0 0.64 0.16 98.98 0.63 0.57
Hex 7D D6 4D 2A 0 40 10 63 3F 39
Octal 175 326 115 52 0 100 20 143 77 71
Binary 1111101 11010110 1001101 101010 0 1000000 10000 1100011 111111 111001

Color Harmonies of #7DD64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD64D

Black with #7DD64D

Text Example


Text Example

White with #7DD64D

Text Example


Text Example

HTML Codes & Css Web 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>