Html Css Color HEX #7DDC5D Mantis

📋 copy color: '#7DDC5D'

red 125 ◦ green 220 ◦ blue 93

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

Shades of Mantis #7DDC5D

Tints of Mantis #7DDC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.23%

R = 28.54%
G = 50.23%
B = 21.23%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#7DDC5D (or 0x7DDC5D) is known color: Mantis. HEX triplet: 7D, DC and 5D. RGB value is (125,220,93). Sum of RGB (Red+Green+Blue) = 125+220+93=438 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.54% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDC5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDC5D is #8223A2. Grayscale: #B1B1B1. Windows color (decimal): -8528803 or 6151293. OLE color: 6151293.

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

Color convert

RGB 125 220 93 -
CMYK 0.43 0 0.58 0.14
HSL 104.88º 0.64% 0.61% -
HSV(B) 104.88º 0.58% 0.86% -
XYZ 36.03 56.34 19.33 -
YUV 177.12 80.53 90.83 -
System Red Green Blue C M Y K H S L
Decimal 125 220 93 0.43 0 0.58 0.14 104.88 0.64 0.61
Hex 7D DC 5D 2B 0 3A E 69 40 3D
Octal 175 334 135 53 0 72 16 151 100 75
Binary 1111101 11011100 1011101 101011 0 111010 1110 1101001 1000000 111101

Color Harmonies of #7DDC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDC5D

Black with #7DDC5D

Text Example


Text Example

White with #7DDC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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