Html Css Color HEX #7DC060 Mantis

📋 copy color: '#7DC060'

red 125 ◦ green 192 ◦ blue 96

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

Shades of Mantis #7DC060

Tints of Mantis #7DC060

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.49%

 BLUE value IS 96 (37.89% from 255) = 23.24%

R = 30.27%
G = 46.49%
B = 23.24%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#7DC060 (or 0x7DC060) is known color: Mantis. HEX triplet: 7D, C0 and 60. RGB value is (125,192,96). Sum of RGB (Red+Green+Blue) = 125+192+96=413 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.27% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC060 is #823F9F. Grayscale: #A1A1A1. Windows color (decimal): -8535968 or 6340733. OLE color: 6340733.

HSL color Cylindrical-coordinate representation of color #7DC060: hue angle of 101.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DC060 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 192 96 -
CMYK 0.35 0 0.50 0.25
HSL 101.88º 0.43% 0.56% -
HSV(B) 101.88º 0.5% 0.75% -
XYZ 29.42 42.9 17.8 -
YUV 161.02 91.3 102.31 -
System Red Green Blue C M Y K H S L
Decimal 125 192 96 0.35 0 0.50 0.25 101.88 0.43 0.56
Hex 7D C0 60 23 0 32 19 66 2B 38
Octal 175 300 140 43 0 62 31 146 53 70
Binary 1111101 11000000 1100000 100011 0 110010 11001 1100110 101011 111000

Color Harmonies of #7DC060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC060

Black with #7DC060

Text Example


Text Example

White with #7DC060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,192,96); }

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

background-color css

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

 a { background-color: rgb(125,192,96); }

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

border-color css

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

 span { border-color: rgb(125,192,96); }

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