Html Css Color HEX #7DC340 Mantis

📋 copy color: '#7DC340'

red 125 ◦ green 195 ◦ blue 64

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

Shades of Mantis #7DC340

Tints of Mantis #7DC340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.67%

R = 32.55%
G = 50.78%
B = 16.67%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#7DC340 (or 0x7DC340) is known color: Mantis. HEX triplet: 7D, C3 and 40. RGB value is (125,195,64). Sum of RGB (Red+Green+Blue) = 125+195+64=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 195 (76.56% from 255 or 50.78% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC340 is #823CBF. Grayscale: #9F9F9F. Windows color (decimal): -8535232 or 4244349. OLE color: 4244349.

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

Color convert

RGB 125 195 64 -
CMYK 0.36 0 0.67 0.24
HSL 92.06º 0.52% 0.51% -
HSV(B) 92.06º 0.67% 0.76% -
XYZ 28.9 43.76 11.77 -
YUV 159.14 74.31 103.65 -
System Red Green Blue C M Y K H S L
Decimal 125 195 64 0.36 0 0.67 0.24 92.06 0.52 0.51
Hex 7D C3 40 24 0 43 18 5C 34 33
Octal 175 303 100 44 0 103 30 134 64 63
Binary 1111101 11000011 1000000 100100 0 1000011 11000 1011100 110100 110011

Color Harmonies of #7DC340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC340

Black with #7DC340

Text Example


Text Example

White with #7DC340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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