Html Css Color HEX #7DD761 Mantis

📋 copy color: '#7DD761'

red 125 ◦ green 215 ◦ blue 97

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

Shades of Mantis #7DD761

Tints of Mantis #7DD761

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.2%

 BLUE value IS 97 (38.28% from 255) = 22.2%

R = 28.6%
G = 49.2%
B = 22.2%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#7DD761 (or 0x7DD761) is known color: Mantis. HEX triplet: 7D, D7 and 61. RGB value is (125,215,97). Sum of RGB (Red+Green+Blue) = 125+215+97=437 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.60% from 437); Green value is 215 (84.38% from 255 or 49.20% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD761 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD761 is #82289E. Grayscale: #AFAFAF. Windows color (decimal): -8530079 or 6412157. OLE color: 6412157.

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

Color convert

RGB 125 215 97 -
CMYK 0.42 0 0.55 0.16
HSL 105.76º 0.6% 0.61% -
HSV(B) 105.76º 0.55% 0.84% -
XYZ 34.92 53.82 19.86 -
YUV 174.64 84.18 92.59 -
System Red Green Blue C M Y K H S L
Decimal 125 215 97 0.42 0 0.55 0.16 105.76 0.6 0.61
Hex 7D D7 61 2A 0 37 10 6A 3C 3D
Octal 175 327 141 52 0 67 20 152 74 75
Binary 1111101 11010111 1100001 101010 0 110111 10000 1101010 111100 111101

Color Harmonies of #7DD761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD761

Black with #7DD761

Text Example


Text Example

White with #7DD761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,215,97); }

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

background-color css

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

 a { background-color: rgb(125,215,97); }

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

border-color css

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

 span { border-color: rgb(125,215,97); }

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