Html Css Color HEX #7DD85D Mantis

📋 copy color: '#7DD85D'

red 125 ◦ green 216 ◦ blue 93

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

Shades of Mantis #7DD85D

Tints of Mantis #7DD85D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.77%

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

R = 28.8%
G = 49.77%
B = 21.43%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#7DD85D (or 0x7DD85D) is known color: Mantis. HEX triplet: 7D, D8 and 5D. RGB value is (125,216,93). Sum of RGB (Red+Green+Blue) = 125+216+93=434 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.80% from 434); Green value is 216 (84.77% from 255 or 49.77% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD85D is #8227A2. Grayscale: #AFAFAF. Windows color (decimal): -8529827 or 6150269. OLE color: 6150269.

HSL color Cylindrical-coordinate representation of color #7DD85D: hue angle of 104.39º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7DD85D is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 216 93 -
CMYK 0.42 0 0.57 0.15
HSL 104.39º 0.61% 0.61% -
HSV(B) 104.39º 0.57% 0.85% -
XYZ 34.99 54.26 18.99 -
YUV 174.77 81.85 92.5 -
System Red Green Blue C M Y K H S L
Decimal 125 216 93 0.42 0 0.57 0.15 104.39 0.61 0.61
Hex 7D D8 5D 2A 0 39 F 68 3D 3D
Octal 175 330 135 52 0 71 17 150 75 75
Binary 1111101 11011000 1011101 101010 0 111001 1111 1101000 111101 111101

Color Harmonies of #7DD85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD85D

Black with #7DD85D

Text Example


Text Example

White with #7DD85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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