Html Css Color HEX #7DB949 Mantis

📋 copy color: '#7DB949'

red 125 ◦ green 185 ◦ blue 73

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

Shades of Mantis #7DB949

Tints of Mantis #7DB949

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.3%

 BLUE value IS 73 (28.91% from 255) = 19.06%

R = 32.64%
G = 48.3%
B = 19.06%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#7DB949 (or 0x7DB949) is known color: Mantis. HEX triplet: 7D, B9 and 49. RGB value is (125,185,73). Sum of RGB (Red+Green+Blue) = 125+185+73=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 185 (72.66% from 255 or 48.30% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB949 is #8246B6. Grayscale: #9A9A9A. Windows color (decimal): -8537783 or 4831613. OLE color: 4831613.

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

Color convert

RGB 125 185 73 -
CMYK 0.32 0 0.61 0.27
HSL 92.14º 0.44% 0.51% -
HSV(B) 92.14º 0.61% 0.73% -
XYZ 27.01 39.54 12.51 -
YUV 154.29 82.12 107.11 -
System Red Green Blue C M Y K H S L
Decimal 125 185 73 0.32 0 0.61 0.27 92.14 0.44 0.51
Hex 7D B9 49 20 0 3D 1B 5C 2C 33
Octal 175 271 111 40 0 75 33 134 54 63
Binary 1111101 10111001 1001001 100000 0 111101 11011 1011100 101100 110011

Color Harmonies of #7DB949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB949

Black with #7DB949

Text Example


Text Example

White with #7DB949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,185,73); }

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

background-color css

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

 a { background-color: rgb(125,185,73); }

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

border-color css

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

 span { border-color: rgb(125,185,73); }

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