Html Css Color HEX #7DC14A Mantis

📋 copy color: '#7DC14A'

red 125 ◦ green 193 ◦ blue 74

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

Shades of Mantis #7DC14A

Tints of Mantis #7DC14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.88%

R = 31.89%
G = 49.23%
B = 18.88%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#7DC14A (or 0x7DC14A) is known color: Mantis. HEX triplet: 7D, C1 and 4A. RGB value is (125,193,74). Sum of RGB (Red+Green+Blue) = 125+193+74=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 193 (75.78% from 255 or 49.23% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC14A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC14A is #823EB5. Grayscale: #9F9F9F. Windows color (decimal): -8535734 or 4899197. OLE color: 4899197.

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

Color convert

RGB 125 193 74 -
CMYK 0.35 0 0.62 0.24
HSL 94.29º 0.49% 0.52% -
HSV(B) 94.29º 0.62% 0.76% -
XYZ 28.76 42.99 13.26 -
YUV 159.1 79.97 103.68 -
System Red Green Blue C M Y K H S L
Decimal 125 193 74 0.35 0 0.62 0.24 94.29 0.49 0.52
Hex 7D C1 4A 23 0 3E 18 5E 31 34
Octal 175 301 112 43 0 76 30 136 61 64
Binary 1111101 11000001 1001010 100011 0 111110 11000 1011110 110001 110100

Color Harmonies of #7DC14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC14A

Black with #7DC14A

Text Example


Text Example

White with #7DC14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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