Html Css Color HEX #7DC349 Mantis

📋 copy color: '#7DC349'

red 125 ◦ green 195 ◦ blue 73

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

Shades of Mantis #7DC349

Tints of Mantis #7DC349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.58%

R = 31.81%
G = 49.62%
B = 18.58%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#7DC349 (or 0x7DC349) is known color: Mantis. HEX triplet: 7D, C3 and 49. RGB value is (125,195,73). Sum of RGB (Red+Green+Blue) = 125+195+73=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC349 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC349 is #823CB6. Grayscale: #A0A0A0. Windows color (decimal): -8535223 or 4834173. OLE color: 4834173.

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

Color convert

RGB 125 195 73 -
CMYK 0.36 0 0.63 0.24
HSL 94.43º 0.5% 0.53% -
HSV(B) 94.43º 0.63% 0.76% -
XYZ 29.18 43.87 13.23 -
YUV 160.16 78.81 102.92 -
System Red Green Blue C M Y K H S L
Decimal 125 195 73 0.36 0 0.63 0.24 94.43 0.5 0.53
Hex 7D C3 49 24 0 3F 18 5E 32 35
Octal 175 303 111 44 0 77 30 136 62 65
Binary 1111101 11000011 1001001 100100 0 111111 11000 1011110 110010 110101

Color Harmonies of #7DC349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC349

Black with #7DC349

Text Example


Text Example

White with #7DC349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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