Html Css Color HEX #7DDB40 Mantis

📋 copy color: '#7DDB40'

red 125 ◦ green 219 ◦ blue 64

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

Shades of Mantis #7DDB40

Tints of Mantis #7DDB40

RGB

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

 GREEN value IS 219 (85.94% from 255) = 53.68%

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

R = 30.64%
G = 53.68%
B = 15.69%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#7DDB40 (or 0x7DDB40) is known color: Mantis. HEX triplet: 7D, DB and 40. RGB value is (125,219,64). Sum of RGB (Red+Green+Blue) = 125+219+64=408 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.64% from 408); Green value is 219 (85.94% from 255 or 53.68% from 408); Blue value is 64 (25.39% from 255 or 15.69% from 408); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDB40 is #8224BF. Grayscale: #ADADAD. Windows color (decimal): -8529088 or 4250493. OLE color: 4250493.

HSL color Cylindrical-coordinate representation of color #7DDB40: hue angle of 96.39º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7DDB40 is Cyan = 0.43, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 219 64 -
CMYK 0.43 0 0.71 0.14
HSL 96.39º 0.68% 0.55% -
HSV(B) 96.39º 0.71% 0.86% -
XYZ 34.71 55.39 13.71 -
YUV 173.22 66.36 93.6 -
System Red Green Blue C M Y K H S L
Decimal 125 219 64 0.43 0 0.71 0.14 96.39 0.68 0.55
Hex 7D DB 40 2B 0 47 E 60 44 37
Octal 175 333 100 53 0 107 16 140 104 67
Binary 1111101 11011011 1000000 101011 0 1000111 1110 1100000 1000100 110111

Color Harmonies of #7DDB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDB40

Black with #7DDB40

Text Example


Text Example

White with #7DDB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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