Html Css Color HEX #7DB350 Mantis

📋 copy color: '#7DB350'

red 125 ◦ green 179 ◦ blue 80

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

Shades of Mantis #7DB350

Tints of Mantis #7DB350

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.61%

 BLUE value IS 80 (31.64% from 255) = 20.83%

R = 32.55%
G = 46.61%
B = 20.83%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#7DB350 (or 0x7DB350) is known color: Mantis. HEX triplet: 7D, B3 and 50. RGB value is (125,179,80). Sum of RGB (Red+Green+Blue) = 125+179+80=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 179 (70.31% from 255 or 46.61% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB350 is #824CAF. Grayscale: #979797. Windows color (decimal): -8539312 or 5288829. OLE color: 5288829.

HSL color Cylindrical-coordinate representation of color #7DB350: hue angle of 92.73º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7DB350 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 125 179 80 -
CMYK 0.30 0 0.55 0.30
HSL 92.73º 0.39% 0.51% -
HSV(B) 92.73º 0.55% 0.7% -
XYZ 26.03 37.18 13.39 -
YUV 151.57 87.61 109.05 -
System Red Green Blue C M Y K H S L
Decimal 125 179 80 0.30 0 0.55 0.30 92.73 0.39 0.51
Hex 7D B3 50 1E 0 37 1E 5D 27 33
Octal 175 263 120 36 0 67 36 135 47 63
Binary 1111101 10110011 1010000 11110 0 110111 11110 1011101 100111 110011

Color Harmonies of #7DB350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB350

Black with #7DB350

Text Example


Text Example

White with #7DB350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,179,80); }

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

background-color css

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

 a { background-color: rgb(125,179,80); }

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

border-color css

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

 span { border-color: rgb(125,179,80); }

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