Html Css Color HEX #7DB45D Mantis

📋 copy color: '#7DB45D'

red 125 ◦ green 180 ◦ blue 93

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

Shades of Mantis #7DB45D

Tints of Mantis #7DB45D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.23%

 BLUE value IS 93 (36.72% from 255) = 23.37%

R = 31.41%
G = 45.23%
B = 23.37%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#7DB45D (or 0x7DB45D) is known color: Mantis. HEX triplet: 7D, B4 and 5D. RGB value is (125,180,93). Sum of RGB (Red+Green+Blue) = 125+180+93=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB45D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB45D is #824BA2. Grayscale: #999999. Windows color (decimal): -8539043 or 6141053. OLE color: 6141053.

HSL color Cylindrical-coordinate representation of color #7DB45D: hue angle of 97.93º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DB45D is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 125 180 93 -
CMYK 0.31 0 0.48 0.29
HSL 97.93º 0.37% 0.54% -
HSV(B) 97.93º 0.48% 0.71% -
XYZ 26.75 37.79 16.24 -
YUV 153.64 93.78 107.57 -
System Red Green Blue C M Y K H S L
Decimal 125 180 93 0.31 0 0.48 0.29 97.93 0.37 0.54
Hex 7D B4 5D 1F 0 30 1D 62 25 36
Octal 175 264 135 37 0 60 35 142 45 66
Binary 1111101 10110100 1011101 11111 0 110000 11101 1100010 100101 110110

Color Harmonies of #7DB45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB45D

Black with #7DB45D

Text Example


Text Example

White with #7DB45D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,180,93); }

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

background-color css

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

 a { background-color: rgb(125,180,93); }

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

border-color css

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

 span { border-color: rgb(125,180,93); }

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