Html Css Color HEX #7DBA5D Mantis

📋 copy color: '#7DBA5D'

red 125 ◦ green 186 ◦ blue 93

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

Shades of Mantis #7DBA5D

Tints of Mantis #7DBA5D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.04%

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

R = 30.94%
G = 46.04%
B = 23.02%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#7DBA5D (or 0x7DBA5D) is known color: Mantis. HEX triplet: 7D, BA and 5D. RGB value is (125,186,93). Sum of RGB (Red+Green+Blue) = 125+186+93=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBA5D is #8245A2. Grayscale: #9D9D9D. Windows color (decimal): -8537507 or 6142589. OLE color: 6142589.

HSL color Cylindrical-coordinate representation of color #7DBA5D: hue angle of 99.35º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DBA5D is Cyan = 0.33, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 186 93 -
CMYK 0.33 0 0.5 0.27
HSL 99.35º 0.4% 0.55% -
HSV(B) 99.35º 0.5% 0.73% -
XYZ 27.99 40.27 16.65 -
YUV 157.16 91.79 105.06 -
System Red Green Blue C M Y K H S L
Decimal 125 186 93 0.33 0 0.5 0.27 99.35 0.4 0.55
Hex 7D BA 5D 21 0 32 1B 63 28 37
Octal 175 272 135 41 0 62 33 143 50 67
Binary 1111101 10111010 1011101 100001 0 110010 11011 1100011 101000 110111

Color Harmonies of #7DBA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBA5D

Black with #7DBA5D

Text Example


Text Example

White with #7DBA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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