Html Css Color HEX #7DD03D Mantis

📋 copy color: '#7DD03D'

red 125 ◦ green 208 ◦ blue 61

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

Shades of Mantis #7DD03D

Tints of Mantis #7DD03D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52.79%

 BLUE value IS 61 (24.22% from 255) = 15.48%

R = 31.73%
G = 52.79%
B = 15.48%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#7DD03D (or 0x7DD03D) is known color: Mantis. HEX triplet: 7D, D0 and 3D. RGB value is (125,208,61). Sum of RGB (Red+Green+Blue) = 125+208+61=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 208 (81.64% from 255 or 52.79% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD03D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD03D is #822FC2. Grayscale: #A6A6A6. Windows color (decimal): -8531907 or 4051069. OLE color: 4051069.

HSL color Cylindrical-coordinate representation of color #7DD03D: hue angle of 93.88º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7DD03D is Cyan = 0.40, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 125 208 61 -
CMYK 0.40 0 0.71 0.18
HSL 93.88º 0.61% 0.53% -
HSV(B) 93.88º 0.71% 0.82% -
XYZ 31.86 49.81 12.35 -
YUV 166.43 68.5 98.45 -
System Red Green Blue C M Y K H S L
Decimal 125 208 61 0.40 0 0.71 0.18 93.88 0.61 0.53
Hex 7D D0 3D 28 0 47 12 5E 3D 35
Octal 175 320 75 50 0 107 22 136 75 65
Binary 1111101 11010000 111101 101000 0 1000111 10010 1011110 111101 110101

Color Harmonies of #7DD03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD03D

Black with #7DD03D

Text Example


Text Example

White with #7DD03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,208,61); }

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

background-color css

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

 a { background-color: rgb(125,208,61); }

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

border-color css

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

 span { border-color: rgb(125,208,61); }

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