Html Css Color HEX #7DC964 Mantis

📋 copy color: '#7DC964'

red 125 ◦ green 201 ◦ blue 100

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

Shades of Mantis #7DC964

Tints of Mantis #7DC964

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.18%

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

R = 29.34%
G = 47.18%
B = 23.47%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#7DC964 (or 0x7DC964) is known color: Mantis. HEX triplet: 7D, C9 and 64. RGB value is (125,201,100). Sum of RGB (Red+Green+Blue) = 125+201+100=426 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.34% from 426); Green value is 201 (78.91% from 255 or 47.18% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC964 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC964 is #82369B. Grayscale: #A7A7A7. Windows color (decimal): -8533660 or 6605181. OLE color: 6605181.

HSL color Cylindrical-coordinate representation of color #7DC964: hue angle of 105.15º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DC964 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 125 201 100 -
CMYK 0.38 0 0.50 0.21
HSL 105.15º 0.48% 0.59% -
HSV(B) 105.15º 0.5% 0.79% -
XYZ 31.64 47.05 19.47 -
YUV 166.76 90.32 98.21 -
System Red Green Blue C M Y K H S L
Decimal 125 201 100 0.38 0 0.50 0.21 105.15 0.48 0.59
Hex 7D C9 64 26 0 32 15 69 30 3B
Octal 175 311 144 46 0 62 25 151 60 73
Binary 1111101 11001001 1100100 100110 0 110010 10101 1101001 110000 111011

Color Harmonies of #7DC964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC964

Black with #7DC964

Text Example


Text Example

White with #7DC964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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