Html Css Color HEX #7DB05D Mantis

📋 copy color: '#7DB05D'

red 125 ◦ green 176 ◦ blue 93

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

Shades of Mantis #7DB05D

Tints of Mantis #7DB05D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.67%

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

R = 31.73%
G = 44.67%
B = 23.6%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#7DB05D (or 0x7DB05D) is known color: Mantis. HEX triplet: 7D, B0 and 5D. RGB value is (125,176,93). Sum of RGB (Red+Green+Blue) = 125+176+93=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 176 (69.14% from 255 or 44.67% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB05D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB05D is #824FA2. Grayscale: #979797. Windows color (decimal): -8540067 or 6140029. OLE color: 6140029.

HSL color Cylindrical-coordinate representation of color #7DB05D: hue angle of 96.87º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DB05D is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 176 93 -
CMYK 0.29 0 0.47 0.31
HSL 96.87º 0.34% 0.53% -
HSV(B) 96.87º 0.47% 0.69% -
XYZ 25.96 36.2 15.98 -
YUV 151.29 95.1 109.25 -
System Red Green Blue C M Y K H S L
Decimal 125 176 93 0.29 0 0.47 0.31 96.87 0.34 0.53
Hex 7D B0 5D 1D 0 2F 1F 61 22 35
Octal 175 260 135 35 0 57 37 141 42 65
Binary 1111101 10110000 1011101 11101 0 101111 11111 1100001 100010 110101

Color Harmonies of #7DB05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB05D

Black with #7DB05D

Text Example


Text Example

White with #7DB05D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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