Html Css Color HEX #7DBA4C Mantis

📋 copy color: '#7DBA4C'

red 125 ◦ green 186 ◦ blue 76

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

Shades of Mantis #7DBA4C

Tints of Mantis #7DBA4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.64%

R = 32.3%
G = 48.06%
B = 19.64%

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

#7DBA4C (or 0x7DBA4C) is known color: Mantis. HEX triplet: 7D, BA and 4C. RGB value is (125,186,76). Sum of RGB (Red+Green+Blue) = 125+186+76=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBA4C is #8245B3. Grayscale: #9B9B9B. Windows color (decimal): -8537524 or 5028477. OLE color: 5028477.

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

Color convert

RGB 125 186 76 -
CMYK 0.33 0 0.59 0.27
HSL 93.27º 0.44% 0.51% -
HSV(B) 93.27º 0.59% 0.73% -
XYZ 27.32 40 13.12 -
YUV 155.22 83.29 106.44 -
System Red Green Blue C M Y K H S L
Decimal 125 186 76 0.33 0 0.59 0.27 93.27 0.44 0.51
Hex 7D BA 4C 21 0 3B 1B 5D 2C 33
Octal 175 272 114 41 0 73 33 135 54 63
Binary 1111101 10111010 1001100 100001 0 111011 11011 1011101 101100 110011

Color Harmonies of #7DBA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBA4C

Black with #7DBA4C

Text Example


Text Example

White with #7DBA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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