Html Css Color HEX #7DB550 Mantis

📋 copy color: '#7DB550'

red 125 ◦ green 181 ◦ blue 80

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

Shades of Mantis #7DB550

Tints of Mantis #7DB550

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.89%

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

R = 32.38%
G = 46.89%
B = 20.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#7DB550 (or 0x7DB550) is known color: Mantis. HEX triplet: 7D, B5 and 50. RGB value is (125,181,80). Sum of RGB (Red+Green+Blue) = 125+181+80=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 181 (71.09% from 255 or 46.89% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB550 is #824AAF. Grayscale: #999999. Windows color (decimal): -8538800 or 5289341. OLE color: 5289341.

HSL color Cylindrical-coordinate representation of color #7DB550: hue angle of 93.27º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7DB550 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 125 181 80 -
CMYK 0.31 0 0.56 0.29
HSL 93.27º 0.41% 0.51% -
HSV(B) 93.27º 0.56% 0.71% -
XYZ 26.43 37.99 13.53 -
YUV 152.74 86.95 108.21 -
System Red Green Blue C M Y K H S L
Decimal 125 181 80 0.31 0 0.56 0.29 93.27 0.41 0.51
Hex 7D B5 50 1F 0 38 1D 5D 29 33
Octal 175 265 120 37 0 70 35 135 51 63
Binary 1111101 10110101 1010000 11111 0 111000 11101 1011101 101001 110011

Color Harmonies of #7DB550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB550

Black with #7DB550

Text Example


Text Example

White with #7DB550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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