Html Css Color HEX #7DC346 Mantis

📋 copy color: '#7DC346'

red 125 ◦ green 195 ◦ blue 70

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

Shades of Mantis #7DC346

Tints of Mantis #7DC346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.95%

R = 32.05%
G = 50%
B = 17.95%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#7DC346 (or 0x7DC346) is known color: Mantis. HEX triplet: 7D, C3 and 46. RGB value is (125,195,70). Sum of RGB (Red+Green+Blue) = 125+195+70=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC346 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC346 is #823CB9. Grayscale: #A0A0A0. Windows color (decimal): -8535226 or 4637565. OLE color: 4637565.

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

Color convert

RGB 125 195 70 -
CMYK 0.36 0 0.64 0.24
HSL 93.6º 0.51% 0.52% -
HSV(B) 93.6º 0.64% 0.76% -
XYZ 29.08 43.83 12.72 -
YUV 159.82 77.31 103.16 -
System Red Green Blue C M Y K H S L
Decimal 125 195 70 0.36 0 0.64 0.24 93.6 0.51 0.52
Hex 7D C3 46 24 0 40 18 5E 33 34
Octal 175 303 106 44 0 100 30 136 63 64
Binary 1111101 11000011 1000110 100100 0 1000000 11000 1011110 110011 110100

Color Harmonies of #7DC346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC346

Black with #7DC346

Text Example


Text Example

White with #7DC346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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