Html Css Color HEX #7DC44A Mantis

📋 copy color: '#7DC44A'

red 125 ◦ green 196 ◦ blue 74

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

Shades of Mantis #7DC44A

Tints of Mantis #7DC44A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.62%

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

R = 31.65%
G = 49.62%
B = 18.73%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#7DC44A (or 0x7DC44A) is known color: Mantis. HEX triplet: 7D, C4 and 4A. RGB value is (125,196,74). Sum of RGB (Red+Green+Blue) = 125+196+74=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 196 (76.95% from 255 or 49.62% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 196 - color contains mainly: green. Hex color #7DC44A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC44A is #823BB5. Grayscale: #A1A1A1. Windows color (decimal): -8534966 or 4899965. OLE color: 4899965.

HSL color Cylindrical-coordinate representation of color #7DC44A: hue angle of 94.92º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7DC44A is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 125 196 74 -
CMYK 0.36 0 0.62 0.23
HSL 94.92º 0.51% 0.53% -
HSV(B) 94.92º 0.62% 0.77% -
XYZ 29.43 44.33 13.48 -
YUV 160.86 78.98 102.42 -
System Red Green Blue C M Y K H S L
Decimal 125 196 74 0.36 0 0.62 0.23 94.92 0.51 0.53
Hex 7D C4 4A 24 0 3E 17 5F 33 35
Octal 175 304 112 44 0 76 27 137 63 65
Binary 1111101 11000100 1001010 100100 0 111110 10111 1011111 110011 110101

Color Harmonies of #7DC44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC44A

Black with #7DC44A

Text Example


Text Example

White with #7DC44A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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