Html Css Color HEX #7DD040 Mantis

📋 copy color: '#7DD040'

red 125 ◦ green 208 ◦ blue 64

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

Shades of Mantis #7DD040

Tints of Mantis #7DD040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.12%

R = 31.49%
G = 52.39%
B = 16.12%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#7DD040 (or 0x7DD040) is known color: Mantis. HEX triplet: 7D, D0 and 40. RGB value is (125,208,64). Sum of RGB (Red+Green+Blue) = 125+208+64=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 208 (81.64% from 255 or 52.39% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD040 is #822FBF. Grayscale: #A7A7A7. Windows color (decimal): -8531904 or 4247677. OLE color: 4247677.

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

Color convert

RGB 125 208 64 -
CMYK 0.40 0 0.69 0.18
HSL 94.58º 0.61% 0.53% -
HSV(B) 94.58º 0.69% 0.82% -
XYZ 31.94 49.84 12.79 -
YUV 166.77 70 98.21 -
System Red Green Blue C M Y K H S L
Decimal 125 208 64 0.40 0 0.69 0.18 94.58 0.61 0.53
Hex 7D D0 40 28 0 45 12 5F 3D 35
Octal 175 320 100 50 0 105 22 137 75 65
Binary 1111101 11010000 1000000 101000 0 1000101 10010 1011111 111101 110101

Color Harmonies of #7DD040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD040

Black with #7DD040

Text Example


Text Example

White with #7DD040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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