Html Css Color HEX #7DD74A Mantis

📋 copy color: '#7DD74A'

red 125 ◦ green 215 ◦ blue 74

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

Shades of Mantis #7DD74A

Tints of Mantis #7DD74A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.93%

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

R = 30.19%
G = 51.93%
B = 17.87%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#7DD74A (or 0x7DD74A) is known color: Mantis. HEX triplet: 7D, D7 and 4A. RGB value is (125,215,74). Sum of RGB (Red+Green+Blue) = 125+215+74=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 215 (84.38% from 255 or 51.93% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD74A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD74A is #8228B5. Grayscale: #ACACAC. Windows color (decimal): -8530102 or 4904829. OLE color: 4904829.

HSL color Cylindrical-coordinate representation of color #7DD74A: hue angle of 98.3º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7DD74A is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 215 74 -
CMYK 0.42 0 0.66 0.16
HSL 98.3º 0.64% 0.57% -
HSV(B) 98.3º 0.66% 0.84% -
XYZ 33.99 53.46 15 -
YUV 172.02 72.68 94.46 -
System Red Green Blue C M Y K H S L
Decimal 125 215 74 0.42 0 0.66 0.16 98.3 0.64 0.57
Hex 7D D7 4A 2A 0 42 10 62 40 39
Octal 175 327 112 52 0 102 20 142 100 71
Binary 1111101 11010111 1001010 101010 0 1000010 10000 1100010 1000000 111001

Color Harmonies of #7DD74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD74A

Black with #7DD74A

Text Example


Text Example

White with #7DD74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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