Html Css Color HEX #7DBA46 Mantis

📋 copy color: '#7DBA46'

red 125 ◦ green 186 ◦ blue 70

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

Shades of Mantis #7DBA46

Tints of Mantis #7DBA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.37%

R = 32.81%
G = 48.82%
B = 18.37%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#7DBA46 (or 0x7DBA46) is known color: Mantis. HEX triplet: 7D, BA and 46. RGB value is (125,186,70). Sum of RGB (Red+Green+Blue) = 125+186+70=381 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.81% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBA46 is #8245B9. Grayscale: #9A9A9A. Windows color (decimal): -8537530 or 4635261. OLE color: 4635261.

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

Color convert

RGB 125 186 70 -
CMYK 0.33 0 0.62 0.27
HSL 91.55º 0.46% 0.5% -
HSV(B) 91.55º 0.62% 0.73% -
XYZ 27.12 39.92 12.07 -
YUV 154.54 80.29 106.93 -
System Red Green Blue C M Y K H S L
Decimal 125 186 70 0.33 0 0.62 0.27 91.55 0.46 0.5
Hex 7D BA 46 21 0 3E 1B 5C 2E 32
Octal 175 272 106 41 0 76 33 134 56 62
Binary 1111101 10111010 1000110 100001 0 111110 11011 1011100 101110 110010

Color Harmonies of #7DBA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBA46

Black with #7DBA46

Text Example


Text Example

White with #7DBA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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