Html Css Color HEX #7DDC61 Mantis

📋 copy color: '#7DDC61'

red 125 ◦ green 220 ◦ blue 97

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

Shades of Mantis #7DDC61

Tints of Mantis #7DDC61

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.77%

 BLUE value IS 97 (38.28% from 255) = 21.95%

R = 28.28%
G = 49.77%
B = 21.95%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#7DDC61 (or 0x7DDC61) is known color: Mantis. HEX triplet: 7D, DC and 61. RGB value is (125,220,97). Sum of RGB (Red+Green+Blue) = 125+220+97=442 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.28% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 97 (38.28% from 255 or 21.95% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDC61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDC61 is #82239E. Grayscale: #B1B1B1. Windows color (decimal): -8528799 or 6413437. OLE color: 6413437.

HSL color Cylindrical-coordinate representation of color #7DDC61: hue angle of 106.34º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7DDC61 is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 220 97 -
CMYK 0.43 0 0.56 0.14
HSL 106.34º 0.64% 0.62% -
HSV(B) 106.34º 0.56% 0.86% -
XYZ 36.21 56.41 20.29 -
YUV 177.57 82.53 90.5 -
System Red Green Blue C M Y K H S L
Decimal 125 220 97 0.43 0 0.56 0.14 106.34 0.64 0.62
Hex 7D DC 61 2B 0 38 E 6A 40 3E
Octal 175 334 141 53 0 70 16 152 100 76
Binary 1111101 11011100 1100001 101011 0 111000 1110 1101010 1000000 111110

Color Harmonies of #7DDC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDC61

Black with #7DDC61

Text Example


Text Example

White with #7DDC61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,220,97); }

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

background-color css

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

 a { background-color: rgb(125,220,97); }

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

border-color css

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

 span { border-color: rgb(125,220,97); }

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