Html Css Color HEX #7DC16B Mantis

📋 copy color: '#7DC16B'

red 125 ◦ green 193 ◦ blue 107

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

Shades of Mantis #7DC16B

Tints of Mantis #7DC16B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.41%

 BLUE value IS 107 (42.19% from 255) = 25.18%

R = 29.41%
G = 45.41%
B = 25.18%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#7DC16B (or 0x7DC16B) is known color: Mantis. HEX triplet: 7D, C1 and 6B. RGB value is (125,193,107). Sum of RGB (Red+Green+Blue) = 125+193+107=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC16B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC16B is #823E94. Grayscale: #A3A3A3. Windows color (decimal): -8535701 or 7061885. OLE color: 7061885.

HSL color Cylindrical-coordinate representation of color #7DC16B: hue angle of 107.44º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DC16B is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 193 107 -
CMYK 0.35 0 0.45 0.24
HSL 107.44º 0.41% 0.59% -
HSV(B) 107.44º 0.45% 0.76% -
XYZ 30.18 43.56 20.73 -
YUV 162.86 96.47 100.99 -
System Red Green Blue C M Y K H S L
Decimal 125 193 107 0.35 0 0.45 0.24 107.44 0.41 0.59
Hex 7D C1 6B 23 0 2D 18 6B 29 3B
Octal 175 301 153 43 0 55 30 153 51 73
Binary 1111101 11000001 1101011 100011 0 101101 11000 1101011 101001 111011

Color Harmonies of #7DC16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC16B

Black with #7DC16B

Text Example


Text Example

White with #7DC16B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,193,107); }

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

background-color css

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

 a { background-color: rgb(125,193,107); }

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

border-color css

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

 span { border-color: rgb(125,193,107); }

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