Html Css Color HEX #7DBA4D Mantis

📋 copy color: '#7DBA4D'

red 125 ◦ green 186 ◦ blue 77

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

Shades of Mantis #7DBA4D

Tints of Mantis #7DBA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.85%

R = 32.22%
G = 47.94%
B = 19.85%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#7DBA4D (or 0x7DBA4D) is known color: Mantis. HEX triplet: 7D, BA and 4D. RGB value is (125,186,77). Sum of RGB (Red+Green+Blue) = 125+186+77=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBA4D is #8245B2. Grayscale: #9B9B9B. Windows color (decimal): -8537523 or 5094013. OLE color: 5094013.

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

Color convert

RGB 125 186 77 -
CMYK 0.33 0 0.59 0.27
HSL 93.58º 0.44% 0.52% -
HSV(B) 93.58º 0.59% 0.73% -
XYZ 27.36 40.01 13.3 -
YUV 155.34 83.79 106.36 -
System Red Green Blue C M Y K H S L
Decimal 125 186 77 0.33 0 0.59 0.27 93.58 0.44 0.52
Hex 7D BA 4D 21 0 3B 1B 5E 2C 34
Octal 175 272 115 41 0 73 33 136 54 64
Binary 1111101 10111010 1001101 100001 0 111011 11011 1011110 101100 110100

Color Harmonies of #7DBA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBA4D

Black with #7DBA4D

Text Example


Text Example

White with #7DBA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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