Html Css Color HEX #7DB355 Mantis

📋 copy color: '#7DB355'

red 125 ◦ green 179 ◦ blue 85

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

Shades of Mantis #7DB355

Tints of Mantis #7DB355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.85%

R = 32.13%
G = 46.02%
B = 21.85%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#7DB355 (or 0x7DB355) is known color: Mantis. HEX triplet: 7D, B3 and 55. RGB value is (125,179,85). Sum of RGB (Red+Green+Blue) = 125+179+85=389 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.13% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB355 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB355 is #824CAA. Grayscale: #989898. Windows color (decimal): -8539307 or 5616509. OLE color: 5616509.

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

Color convert

RGB 125 179 85 -
CMYK 0.30 0 0.53 0.30
HSL 94.47º 0.38% 0.52% -
HSV(B) 94.47º 0.53% 0.7% -
XYZ 26.22 37.26 14.4 -
YUV 152.14 90.11 108.64 -
System Red Green Blue C M Y K H S L
Decimal 125 179 85 0.30 0 0.53 0.30 94.47 0.38 0.52
Hex 7D B3 55 1E 0 35 1E 5E 26 34
Octal 175 263 125 36 0 65 36 136 46 64
Binary 1111101 10110011 1010101 11110 0 110101 11110 1011110 100110 110100

Color Harmonies of #7DB355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB355

Black with #7DB355

Text Example


Text Example

White with #7DB355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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