Html Css Color HEX #7DDB4D Mantis

📋 copy color: '#7DDB4D'

red 125 ◦ green 219 ◦ blue 77

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

Shades of Mantis #7DDB4D

Tints of Mantis #7DDB4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.29%

R = 29.69%
G = 52.02%
B = 18.29%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#7DDB4D (or 0x7DDB4D) is known color: Mantis. HEX triplet: 7D, DB and 4D. RGB value is (125,219,77). Sum of RGB (Red+Green+Blue) = 125+219+77=421 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.69% from 421); Green value is 219 (85.94% from 255 or 52.02% from 421); Blue value is 77 (30.47% from 255 or 18.29% from 421); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDB4D is #8224B2. Grayscale: #AFAFAF. Windows color (decimal): -8529075 or 5102461. OLE color: 5102461.

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

Color convert

RGB 125 219 77 -
CMYK 0.43 0 0.65 0.14
HSL 99.72º 0.66% 0.58% -
HSV(B) 99.72º 0.65% 0.86% -
XYZ 35.13 55.56 15.89 -
YUV 174.71 72.86 92.55 -
System Red Green Blue C M Y K H S L
Decimal 125 219 77 0.43 0 0.65 0.14 99.72 0.66 0.58
Hex 7D DB 4D 2B 0 41 E 64 42 3A
Octal 175 333 115 53 0 101 16 144 102 72
Binary 1111101 11011011 1001101 101011 0 1000001 1110 1100100 1000010 111010

Color Harmonies of #7DDB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDB4D

Black with #7DDB4D

Text Example


Text Example

White with #7DDB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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