Html Css Color HEX #7DC564 Mantis

📋 copy color: '#7DC564'

red 125 ◦ green 197 ◦ blue 100

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

Shades of Mantis #7DC564

Tints of Mantis #7DC564

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.68%

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

R = 29.62%
G = 46.68%
B = 23.7%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#7DC564 (or 0x7DC564) is known color: Mantis. HEX triplet: 7D, C5 and 64. RGB value is (125,197,100). Sum of RGB (Red+Green+Blue) = 125+197+100=422 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.62% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC564 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC564 is #823A9B. Grayscale: #A4A4A4. Windows color (decimal): -8534684 or 6604157. OLE color: 6604157.

HSL color Cylindrical-coordinate representation of color #7DC564: hue angle of 104.54º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DC564 is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 125 197 100 -
CMYK 0.37 0 0.49 0.23
HSL 104.54º 0.46% 0.58% -
HSV(B) 104.54º 0.49% 0.77% -
XYZ 30.72 45.21 19.16 -
YUV 164.41 91.65 99.89 -
System Red Green Blue C M Y K H S L
Decimal 125 197 100 0.37 0 0.49 0.23 104.54 0.46 0.58
Hex 7D C5 64 25 0 31 17 69 2E 3A
Octal 175 305 144 45 0 61 27 151 56 72
Binary 1111101 11000101 1100100 100101 0 110001 10111 1101001 101110 111010

Color Harmonies of #7DC564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC564

Black with #7DC564

Text Example


Text Example

White with #7DC564

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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