Html Css Color HEX #7DD94D Mantis

📋 copy color: '#7DD94D'

red 125 ◦ green 217 ◦ blue 77

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

Shades of Mantis #7DD94D

Tints of Mantis #7DD94D

RGB

 RED value IS 125 (49.22% from 255) = 29.83%

 GREEN value IS 217 (85.16% from 255) = 51.79%

 BLUE value IS 77 (30.47% from 255) = 18.38%

R = 29.83%
G = 51.79%
B = 18.38%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#7DD94D (or 0x7DD94D) is known color: Mantis. HEX triplet: 7D, D9 and 4D. RGB value is (125,217,77). Sum of RGB (Red+Green+Blue) = 125+217+77=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 217 (85.16% from 255 or 51.79% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD94D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD94D is #8226B2. Grayscale: #AEAEAE. Windows color (decimal): -8529587 or 5101949. OLE color: 5101949.

HSL color Cylindrical-coordinate representation of color #7DD94D: hue angle of 99.43º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7DD94D is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 217 77 -
CMYK 0.42 0 0.65 0.15
HSL 99.43º 0.65% 0.58% -
HSV(B) 99.43º 0.65% 0.85% -
XYZ 34.61 54.52 15.72 -
YUV 173.53 73.52 93.38 -
System Red Green Blue C M Y K H S L
Decimal 125 217 77 0.42 0 0.65 0.15 99.43 0.65 0.58
Hex 7D D9 4D 2A 0 41 F 63 41 3A
Octal 175 331 115 52 0 101 17 143 101 72
Binary 1111101 11011001 1001101 101010 0 1000001 1111 1100011 1000001 111010

Color Harmonies of #7DD94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD94D

Black with #7DD94D

Text Example


Text Example

White with #7DD94D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7DD94D;
 }
 .AnyTagClassName
 {
   color: #7DD94D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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