Html Css Color HEX #7DB364 Mantis

📋 copy color: '#7DB364'

red 125 ◦ green 179 ◦ blue 100

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

Shades of Mantis #7DB364

Tints of Mantis #7DB364

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.31%

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

R = 30.94%
G = 44.31%
B = 24.75%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#7DB364 (or 0x7DB364) is known color: Mantis. HEX triplet: 7D, B3 and 64. RGB value is (125,179,100). Sum of RGB (Red+Green+Blue) = 125+179+100=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB364 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB364 is #824C9B. Grayscale: #9A9A9A. Windows color (decimal): -8539292 or 6599549. OLE color: 6599549.

HSL color Cylindrical-coordinate representation of color #7DB364: hue angle of 101.01º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DB364 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB 125 179 100 -
CMYK 0.30 0 0.44 0.30
HSL 101.01º 0.34% 0.55% -
HSV(B) 101.01º 0.44% 0.7% -
XYZ 26.88 37.52 17.88 -
YUV 153.85 97.61 107.42 -
System Red Green Blue C M Y K H S L
Decimal 125 179 100 0.30 0 0.44 0.30 101.01 0.34 0.55
Hex 7D B3 64 1E 0 2C 1E 65 22 37
Octal 175 263 144 36 0 54 36 145 42 67
Binary 1111101 10110011 1100100 11110 0 101100 11110 1100101 100010 110111

Color Harmonies of #7DB364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB364

Black with #7DB364

Text Example


Text Example

White with #7DB364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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