Html Css Color HEX #7DBD4A Mantis

📋 copy color: '#7DBD4A'

red 125 ◦ green 189 ◦ blue 74

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

Shades of Mantis #7DBD4A

Tints of Mantis #7DBD4A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.71%

 BLUE value IS 74 (29.3% from 255) = 19.07%

R = 32.22%
G = 48.71%
B = 19.07%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#7DBD4A (or 0x7DBD4A) is known color: Mantis. HEX triplet: 7D, BD and 4A. RGB value is (125,189,74). Sum of RGB (Red+Green+Blue) = 125+189+74=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 189 (74.22% from 255 or 48.71% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBD4A is #8242B5. Grayscale: #9D9D9D. Windows color (decimal): -8536758 or 4898173. OLE color: 4898173.

HSL color Cylindrical-coordinate representation of color #7DBD4A: hue angle of 93.39º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7DBD4A is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 125 189 74 -
CMYK 0.34 0 0.61 0.26
HSL 93.39º 0.47% 0.52% -
HSV(B) 93.39º 0.61% 0.74% -
XYZ 27.89 41.25 12.97 -
YUV 156.75 81.3 105.35 -
System Red Green Blue C M Y K H S L
Decimal 125 189 74 0.34 0 0.61 0.26 93.39 0.47 0.52
Hex 7D BD 4A 22 0 3D 1A 5D 2F 34
Octal 175 275 112 42 0 75 32 135 57 64
Binary 1111101 10111101 1001010 100010 0 111101 11010 1011101 101111 110100

Color Harmonies of #7DBD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBD4A

Black with #7DBD4A

Text Example


Text Example

White with #7DBD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,189,74); }

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

background-color css

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

 a { background-color: rgb(125,189,74); }

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

border-color css

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

 span { border-color: rgb(125,189,74); }

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