Html Css Color HEX #7DC341 Mantis

📋 copy color: '#7DC341'

red 125 ◦ green 195 ◦ blue 65

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

Shades of Mantis #7DC341

Tints of Mantis #7DC341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.88%

R = 32.47%
G = 50.65%
B = 16.88%

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

#7DC341 (or 0x7DC341) is known color: Mantis. HEX triplet: 7D, C3 and 41. RGB value is (125,195,65). Sum of RGB (Red+Green+Blue) = 125+195+65=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 195 (76.56% from 255 or 50.65% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC341 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC341 is #823CBE. Grayscale: #9F9F9F. Windows color (decimal): -8535231 or 4309885. OLE color: 4309885.

HSL color Cylindrical-coordinate representation of color #7DC341: hue angle of 92.31º 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 #7DC341 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 195 65 -
CMYK 0.36 0 0.67 0.24
HSL 92.31º 0.52% 0.51% -
HSV(B) 92.31º 0.67% 0.76% -
XYZ 28.93 43.77 11.93 -
YUV 159.25 74.81 103.57 -
System Red Green Blue C M Y K H S L
Decimal 125 195 65 0.36 0 0.67 0.24 92.31 0.52 0.51
Hex 7D C3 41 24 0 43 18 5C 34 33
Octal 175 303 101 44 0 103 30 134 64 63
Binary 1111101 11000011 1000001 100100 0 1000011 11000 1011100 110100 110011

Color Harmonies of #7DC341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC341

Black with #7DC341

Text Example


Text Example

White with #7DC341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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