Html Css Color HEX #7DDB4C Mantis

📋 copy color: '#7DDB4C'

red 125 ◦ green 219 ◦ blue 76

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

Shades of Mantis #7DDB4C

Tints of Mantis #7DDB4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.1%

R = 29.76%
G = 52.14%
B = 18.1%

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

#7DDB4C (or 0x7DDB4C) is known color: Mantis. HEX triplet: 7D, DB and 4C. RGB value is (125,219,76). Sum of RGB (Red+Green+Blue) = 125+219+76=420 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.76% from 420); Green value is 219 (85.94% from 255 or 52.14% from 420); Blue value is 76 (30.08% from 255 or 18.10% from 420); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDB4C is #8224B3. Grayscale: #AFAFAF. Windows color (decimal): -8529076 or 5036925. OLE color: 5036925.

HSL color Cylindrical-coordinate representation of color #7DDB4C: hue angle of 99.44º degrees, saturation: 0.67, 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 #7DDB4C is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 219 76 -
CMYK 0.43 0 0.65 0.14
HSL 99.44º 0.67% 0.58% -
HSV(B) 99.44º 0.65% 0.86% -
XYZ 35.09 55.54 15.71 -
YUV 174.59 72.36 92.63 -
System Red Green Blue C M Y K H S L
Decimal 125 219 76 0.43 0 0.65 0.14 99.44 0.67 0.58
Hex 7D DB 4C 2B 0 41 E 63 43 3A
Octal 175 333 114 53 0 101 16 143 103 72
Binary 1111101 11011011 1001100 101011 0 1000001 1110 1100011 1000011 111010

Color Harmonies of #7DDB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDB4C

Black with #7DDB4C

Text Example


Text Example

White with #7DDB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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