Html Css Color HEX #7DC065 Mantis

📋 copy color: '#7DC065'

red 125 ◦ green 192 ◦ blue 101

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

Shades of Mantis #7DC065

Tints of Mantis #7DC065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.16%

R = 29.9%
G = 45.93%
B = 24.16%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#7DC065 (or 0x7DC065) is known color: Mantis. HEX triplet: 7D, C0 and 65. RGB value is (125,192,101). Sum of RGB (Red+Green+Blue) = 125+192+101=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC065 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC065 is #823F9A. Grayscale: #A1A1A1. Windows color (decimal): -8535963 or 6668413. OLE color: 6668413.

HSL color Cylindrical-coordinate representation of color #7DC065: hue angle of 104.18º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DC065 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 192 101 -
CMYK 0.35 0 0.47 0.25
HSL 104.18º 0.42% 0.57% -
HSV(B) 104.18º 0.47% 0.75% -
XYZ 29.66 43 19.05 -
YUV 161.59 93.8 101.9 -
System Red Green Blue C M Y K H S L
Decimal 125 192 101 0.35 0 0.47 0.25 104.18 0.42 0.57
Hex 7D C0 65 23 0 2F 19 68 2A 39
Octal 175 300 145 43 0 57 31 150 52 71
Binary 1111101 11000000 1100101 100011 0 101111 11001 1101000 101010 111001

Color Harmonies of #7DC065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC065

Black with #7DC065

Text Example


Text Example

White with #7DC065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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