Html Css Color HEX #7DC071 Mantis

📋 copy color: '#7DC071'

red 125 ◦ green 192 ◦ blue 113

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

Shades of Mantis #7DC071

Tints of Mantis #7DC071

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.65%

 BLUE value IS 113 (44.53% from 255) = 26.28%

R = 29.07%
G = 44.65%
B = 26.28%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#7DC071 (or 0x7DC071) is known color: Mantis. HEX triplet: 7D, C0 and 71. RGB value is (125,192,113). Sum of RGB (Red+Green+Blue) = 125+192+113=430 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.07% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC071 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC071 is #823F8E. Grayscale: #A3A3A3. Windows color (decimal): -8535951 or 7454845. OLE color: 7454845.

HSL color Cylindrical-coordinate representation of color #7DC071: hue angle of 110.89º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DC071 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 192 113 -
CMYK 0.35 0 0.41 0.25
HSL 110.89º 0.39% 0.6% -
HSV(B) 110.89º 0.41% 0.75% -
XYZ 30.29 43.25 22.37 -
YUV 162.96 99.8 100.92 -
System Red Green Blue C M Y K H S L
Decimal 125 192 113 0.35 0 0.41 0.25 110.89 0.39 0.6
Hex 7D C0 71 23 0 29 19 6F 27 3C
Octal 175 300 161 43 0 51 31 157 47 74
Binary 1111101 11000000 1110001 100011 0 101001 11001 1101111 100111 111100

Color Harmonies of #7DC071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC071

Black with #7DC071

Text Example


Text Example

White with #7DC071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,192,113); }

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

background-color css

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

 a { background-color: rgb(125,192,113); }

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

border-color css

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

 span { border-color: rgb(125,192,113); }

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