Html Css Color HEX #7DDD5C Mantis

📋 copy color: '#7DDD5C'

red 125 ◦ green 221 ◦ blue 92

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

Shades of Mantis #7DDD5C

Tints of Mantis #7DDD5C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.46%

 BLUE value IS 92 (36.33% from 255) = 21%

R = 28.54%
G = 50.46%
B = 21%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#7DDD5C (or 0x7DDD5C) is known color: Mantis. HEX triplet: 7D, DD and 5C. RGB value is (125,221,92). Sum of RGB (Red+Green+Blue) = 125+221+92=438 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.54% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDD5C is #8222A3. Grayscale: #B2B2B2. Windows color (decimal): -8528548 or 6086013. OLE color: 6086013.

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

Color convert

RGB 125 221 92 -
CMYK 0.43 0 0.58 0.13
HSL 104.65º 0.65% 0.61% -
HSV(B) 104.65º 0.58% 0.87% -
XYZ 36.25 56.85 19.19 -
YUV 177.59 79.7 90.49 -
System Red Green Blue C M Y K H S L
Decimal 125 221 92 0.43 0 0.58 0.13 104.65 0.65 0.61
Hex 7D DD 5C 2B 0 3A D 69 41 3D
Octal 175 335 134 53 0 72 15 151 101 75
Binary 1111101 11011101 1011100 101011 0 111010 1101 1101001 1000001 111101

Color Harmonies of #7DDD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDD5C

Black with #7DDD5C

Text Example


Text Example

White with #7DDD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,221,92); }

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

background-color css

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

 a { background-color: rgb(125,221,92); }

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

border-color css

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

 span { border-color: rgb(125,221,92); }

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