Html Css Color HEX #7DC34A Mantis

📋 copy color: '#7DC34A'

red 125 ◦ green 195 ◦ blue 74

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

Shades of Mantis #7DC34A

Tints of Mantis #7DC34A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.49%

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

R = 31.73%
G = 49.49%
B = 18.78%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#7DC34A (or 0x7DC34A) is known color: Mantis. HEX triplet: 7D, C3 and 4A. RGB value is (125,195,74). Sum of RGB (Red+Green+Blue) = 125+195+74=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 195 (76.56% from 255 or 49.49% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC34A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC34A is #823CB5. Grayscale: #A0A0A0. Windows color (decimal): -8535222 or 4899709. OLE color: 4899709.

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

Color convert

RGB 125 195 74 -
CMYK 0.36 0 0.62 0.24
HSL 94.71º 0.5% 0.53% -
HSV(B) 94.71º 0.62% 0.76% -
XYZ 29.21 43.88 13.41 -
YUV 160.28 79.31 102.84 -
System Red Green Blue C M Y K H S L
Decimal 125 195 74 0.36 0 0.62 0.24 94.71 0.5 0.53
Hex 7D C3 4A 24 0 3E 18 5F 32 35
Octal 175 303 112 44 0 76 30 137 62 65
Binary 1111101 11000011 1001010 100100 0 111110 11000 1011111 110010 110101

Color Harmonies of #7DC34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC34A

Black with #7DC34A

Text Example


Text Example

White with #7DC34A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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