Html Css Color HEX #7DBA4F Mantis

📋 copy color: '#7DBA4F'

red 125 ◦ green 186 ◦ blue 79

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

Shades of Mantis #7DBA4F

Tints of Mantis #7DBA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.26%

R = 32.05%
G = 47.69%
B = 20.26%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#7DBA4F (or 0x7DBA4F) is known color: Mantis. HEX triplet: 7D, BA and 4F. RGB value is (125,186,79). Sum of RGB (Red+Green+Blue) = 125+186+79=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 79 (31.25% from 255 or 20.26% from 390); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBA4F is #8245B0. Grayscale: #9B9B9B. Windows color (decimal): -8537521 or 5225085. OLE color: 5225085.

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

Color convert

RGB 125 186 79 -
CMYK 0.33 0 0.58 0.27
HSL 94.21º 0.44% 0.52% -
HSV(B) 94.21º 0.58% 0.73% -
XYZ 27.43 40.04 13.68 -
YUV 155.56 84.79 106.2 -
System Red Green Blue C M Y K H S L
Decimal 125 186 79 0.33 0 0.58 0.27 94.21 0.44 0.52
Hex 7D BA 4F 21 0 3A 1B 5E 2C 34
Octal 175 272 117 41 0 72 33 136 54 64
Binary 1111101 10111010 1001111 100001 0 111010 11011 1011110 101100 110100

Color Harmonies of #7DBA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBA4F

Black with #7DBA4F

Text Example


Text Example

White with #7DBA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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