Html Css Color HEX #7DC142 Mantis

📋 copy color: '#7DC142'

red 125 ◦ green 193 ◦ blue 66

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

Shades of Mantis #7DC142

Tints of Mantis #7DC142

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.26%

 BLUE value IS 66 (26.17% from 255) = 17.19%

R = 32.55%
G = 50.26%
B = 17.19%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#7DC142 (or 0x7DC142) is known color: Mantis. HEX triplet: 7D, C1 and 42. RGB value is (125,193,66). Sum of RGB (Red+Green+Blue) = 125+193+66=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 193 (75.78% from 255 or 50.26% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC142 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC142 is #823EBD. Grayscale: #9E9E9E. Windows color (decimal): -8535742 or 4374909. OLE color: 4374909.

HSL color Cylindrical-coordinate representation of color #7DC142: hue angle of 92.13º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7DC142 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 193 66 -
CMYK 0.35 0 0.66 0.24
HSL 92.13º 0.51% 0.51% -
HSV(B) 92.13º 0.66% 0.76% -
XYZ 28.51 42.89 11.93 -
YUV 158.19 75.97 104.33 -
System Red Green Blue C M Y K H S L
Decimal 125 193 66 0.35 0 0.66 0.24 92.13 0.51 0.51
Hex 7D C1 42 23 0 42 18 5C 33 33
Octal 175 301 102 43 0 102 30 134 63 63
Binary 1111101 11000001 1000010 100011 0 1000010 11000 1011100 110011 110011

Color Harmonies of #7DC142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC142

Black with #7DC142

Text Example


Text Example

White with #7DC142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,193,66); }

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

background-color css

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

 a { background-color: rgb(125,193,66); }

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

border-color css

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

 span { border-color: rgb(125,193,66); }

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