Html Css Color HEX #7DC364 Mantis

📋 copy color: '#7DC364'

red 125 ◦ green 195 ◦ blue 100

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

Shades of Mantis #7DC364

Tints of Mantis #7DC364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.81%

R = 29.76%
G = 46.43%
B = 23.81%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#7DC364 (or 0x7DC364) is known color: Mantis. HEX triplet: 7D, C3 and 64. RGB value is (125,195,100). Sum of RGB (Red+Green+Blue) = 125+195+100=420 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.76% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC364 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC364 is #823C9B. Grayscale: #A3A3A3. Windows color (decimal): -8535196 or 6603645. OLE color: 6603645.

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

Color convert

RGB 125 195 100 -
CMYK 0.36 0 0.49 0.24
HSL 104.21º 0.44% 0.58% -
HSV(B) 104.21º 0.49% 0.76% -
XYZ 30.27 44.31 19.01 -
YUV 163.24 92.31 100.72 -
System Red Green Blue C M Y K H S L
Decimal 125 195 100 0.36 0 0.49 0.24 104.21 0.44 0.58
Hex 7D C3 64 24 0 31 18 68 2C 3A
Octal 175 303 144 44 0 61 30 150 54 72
Binary 1111101 11000011 1100100 100100 0 110001 11000 1101000 101100 111010

Color Harmonies of #7DC364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC364

Black with #7DC364

Text Example


Text Example

White with #7DC364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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