Html Css Color HEX #7DD75D Mantis

📋 copy color: '#7DD75D'

red 125 ◦ green 215 ◦ blue 93

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

Shades of Mantis #7DD75D

Tints of Mantis #7DD75D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.65%

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

R = 28.87%
G = 49.65%
B = 21.48%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#7DD75D (or 0x7DD75D) is known color: Mantis. HEX triplet: 7D, D7 and 5D. RGB value is (125,215,93). Sum of RGB (Red+Green+Blue) = 125+215+93=433 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.87% from 433); Green value is 215 (84.38% from 255 or 49.65% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD75D is #8228A2. Grayscale: #AEAEAE. Windows color (decimal): -8530083 or 6150013. OLE color: 6150013.

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

Color convert

RGB 125 215 93 -
CMYK 0.42 0 0.57 0.16
HSL 104.26º 0.6% 0.6% -
HSV(B) 104.26º 0.57% 0.84% -
XYZ 34.73 53.75 18.9 -
YUV 174.18 82.18 92.92 -
System Red Green Blue C M Y K H S L
Decimal 125 215 93 0.42 0 0.57 0.16 104.26 0.6 0.6
Hex 7D D7 5D 2A 0 39 10 68 3C 3C
Octal 175 327 135 52 0 71 20 150 74 74
Binary 1111101 11010111 1011101 101010 0 111001 10000 1101000 111100 111100

Color Harmonies of #7DD75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD75D

Black with #7DD75D

Text Example


Text Example

White with #7DD75D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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