Html Css Color HEX #7DC74A Mantis

📋 copy color: '#7DC74A'

red 125 ◦ green 199 ◦ blue 74

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

Shades of Mantis #7DC74A

Tints of Mantis #7DC74A

RGB

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

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

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

R = 31.41%
G = 50%
B = 18.59%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#7DC74A (or 0x7DC74A) is known color: Mantis. HEX triplet: 7D, C7 and 4A. RGB value is (125,199,74). Sum of RGB (Red+Green+Blue) = 125+199+74=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 199 (78.12% from 255 or 50% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 199 - color contains mainly: green. Hex color #7DC74A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC74A is #8238B5. Grayscale: #A3A3A3. Windows color (decimal): -8534198 or 4900733. OLE color: 4900733.

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

Color convert

RGB 125 199 74 -
CMYK 0.37 0 0.63 0.22
HSL 95.52º 0.53% 0.54% -
HSV(B) 95.52º 0.63% 0.78% -
XYZ 30.12 45.7 13.71 -
YUV 162.62 77.98 101.16 -
System Red Green Blue C M Y K H S L
Decimal 125 199 74 0.37 0 0.63 0.22 95.52 0.53 0.54
Hex 7D C7 4A 25 0 3F 16 60 35 36
Octal 175 307 112 45 0 77 26 140 65 66
Binary 1111101 11000111 1001010 100101 0 111111 10110 1100000 110101 110110

Color Harmonies of #7DC74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC74A

Black with #7DC74A

Text Example


Text Example

White with #7DC74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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