Html Css Color HEX #7DC74D Mantis

📋 copy color: '#7DC74D'

red 125 ◦ green 199 ◦ blue 77

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

Shades of Mantis #7DC74D

Tints of Mantis #7DC74D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 49.63%

 BLUE value IS 77 (30.47% from 255) = 19.2%

R = 31.17%
G = 49.63%
B = 19.2%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#7DC74D (or 0x7DC74D) is known color: Mantis. HEX triplet: 7D, C7 and 4D. RGB value is (125,199,77). Sum of RGB (Red+Green+Blue) = 125+199+77=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 199 (78.12% from 255 or 49.63% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 199 - color contains mainly: green. Hex color #7DC74D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC74D is #8238B2. Grayscale: #A3A3A3. Windows color (decimal): -8534195 or 5097341. OLE color: 5097341.

HSL color Cylindrical-coordinate representation of color #7DC74D: hue angle of 96.39º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7DC74D is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB 125 199 77 -
CMYK 0.37 0 0.61 0.22
HSL 96.39º 0.52% 0.54% -
HSV(B) 96.39º 0.61% 0.78% -
XYZ 30.22 45.74 14.26 -
YUV 162.97 79.48 100.92 -
System Red Green Blue C M Y K H S L
Decimal 125 199 77 0.37 0 0.61 0.22 96.39 0.52 0.54
Hex 7D C7 4D 25 0 3D 16 60 34 36
Octal 175 307 115 45 0 75 26 140 64 66
Binary 1111101 11000111 1001101 100101 0 111101 10110 1100000 110100 110110

Color Harmonies of #7DC74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC74D

Black with #7DC74D

Text Example


Text Example

White with #7DC74D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,199,77); }

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

background-color css

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

 a { background-color: rgb(125,199,77); }

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

border-color css

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

 span { border-color: rgb(125,199,77); }

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