Html Css Color HEX #7DC13D Mantis

📋 copy color: '#7DC13D'

red 125 ◦ green 193 ◦ blue 61

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

Shades of Mantis #7DC13D

Tints of Mantis #7DC13D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.92%

 BLUE value IS 61 (24.22% from 255) = 16.09%

R = 32.98%
G = 50.92%
B = 16.09%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#7DC13D (or 0x7DC13D) is known color: Mantis. HEX triplet: 7D, C1 and 3D. RGB value is (125,193,61). Sum of RGB (Red+Green+Blue) = 125+193+61=379 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.98% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC13D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC13D is #823EC2. Grayscale: #9E9E9E. Windows color (decimal): -8535747 or 4047229. OLE color: 4047229.

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

Color convert

RGB 125 193 61 -
CMYK 0.35 0 0.68 0.24
HSL 90.91º 0.52% 0.5% -
HSV(B) 90.91º 0.68% 0.76% -
XYZ 28.37 42.84 11.19 -
YUV 157.62 73.47 104.73 -
System Red Green Blue C M Y K H S L
Decimal 125 193 61 0.35 0 0.68 0.24 90.91 0.52 0.5
Hex 7D C1 3D 23 0 44 18 5B 34 32
Octal 175 301 75 43 0 104 30 133 64 62
Binary 1111101 11000001 111101 100011 0 1000100 11000 1011011 110100 110010

Color Harmonies of #7DC13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC13D

Black with #7DC13D

Text Example


Text Example

White with #7DC13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,193,61); }

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

background-color css

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

 a { background-color: rgb(125,193,61); }

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

border-color css

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

 span { border-color: rgb(125,193,61); }

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