Html Css Color HEX #7DBA45 Mantis

📋 copy color: '#7DBA45'

red 125 ◦ green 186 ◦ blue 69

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

Shades of Mantis #7DBA45

Tints of Mantis #7DBA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.16%

R = 32.89%
G = 48.95%
B = 18.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#7DBA45 (or 0x7DBA45) is known color: Mantis. HEX triplet: 7D, BA and 45. RGB value is (125,186,69). Sum of RGB (Red+Green+Blue) = 125+186+69=380 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.89% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBA45 is #8245BA. Grayscale: #9A9A9A. Windows color (decimal): -8537531 or 4569725. OLE color: 4569725.

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

Color convert

RGB 125 186 69 -
CMYK 0.33 0 0.63 0.27
HSL 91.28º 0.46% 0.5% -
HSV(B) 91.28º 0.63% 0.73% -
XYZ 27.09 39.91 11.91 -
YUV 154.42 79.79 107.01 -
System Red Green Blue C M Y K H S L
Decimal 125 186 69 0.33 0 0.63 0.27 91.28 0.46 0.5
Hex 7D BA 45 21 0 3F 1B 5B 2E 32
Octal 175 272 105 41 0 77 33 133 56 62
Binary 1111101 10111010 1000101 100001 0 111111 11011 1011011 101110 110010

Color Harmonies of #7DBA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBA45

Black with #7DBA45

Text Example


Text Example

White with #7DBA45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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