Html Css Color HEX #7DD764 Mantis

📋 copy color: '#7DD764'

red 125 ◦ green 215 ◦ blue 100

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

Shades of Mantis #7DD764

Tints of Mantis #7DD764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.73%

R = 28.41%
G = 48.86%
B = 22.73%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#7DD764 (or 0x7DD764) is known color: Mantis. HEX triplet: 7D, D7 and 64. RGB value is (125,215,100). Sum of RGB (Red+Green+Blue) = 125+215+100=440 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.41% from 440); Green value is 215 (84.38% from 255 or 48.86% from 440); Blue value is 100 (39.45% from 255 or 22.73% from 440); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD764 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD764 is #82289B. Grayscale: #AFAFAF. Windows color (decimal): -8530076 or 6608765. OLE color: 6608765.

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

Color convert

RGB 125 215 100 -
CMYK 0.42 0 0.53 0.16
HSL 106.96º 0.59% 0.62% -
HSV(B) 106.96º 0.53% 0.84% -
XYZ 35.06 53.88 20.61 -
YUV 174.98 85.68 92.35 -
System Red Green Blue C M Y K H S L
Decimal 125 215 100 0.42 0 0.53 0.16 106.96 0.59 0.62
Hex 7D D7 64 2A 0 35 10 6B 3B 3E
Octal 175 327 144 52 0 65 20 153 73 76
Binary 1111101 11010111 1100100 101010 0 110101 10000 1101011 111011 111110

Color Harmonies of #7DD764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD764

Black with #7DD764

Text Example


Text Example

White with #7DD764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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