Html Css Color HEX #7DDD4C Mantis

📋 copy color: '#7DDD4C'

red 125 ◦ green 221 ◦ blue 76

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

Shades of Mantis #7DDD4C

Tints of Mantis #7DDD4C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 52.37%

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

R = 29.62%
G = 52.37%
B = 18.01%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#7DDD4C (or 0x7DDD4C) is known color: Mantis. HEX triplet: 7D, DD and 4C. RGB value is (125,221,76). Sum of RGB (Red+Green+Blue) = 125+221+76=422 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.62% from 422); Green value is 221 (86.72% from 255 or 52.37% from 422); Blue value is 76 (30.08% from 255 or 18.01% from 422); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDD4C is #8222B3. Grayscale: #B0B0B0. Windows color (decimal): -8528564 or 5037437. OLE color: 5037437.

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

Color convert

RGB 125 221 76 -
CMYK 0.43 0 0.66 0.13
HSL 99.72º 0.68% 0.58% -
HSV(B) 99.72º 0.66% 0.87% -
XYZ 35.62 56.59 15.88 -
YUV 175.77 71.7 91.79 -
System Red Green Blue C M Y K H S L
Decimal 125 221 76 0.43 0 0.66 0.13 99.72 0.68 0.58
Hex 7D DD 4C 2B 0 42 D 64 44 3A
Octal 175 335 114 53 0 102 15 144 104 72
Binary 1111101 11011101 1001100 101011 0 1000010 1101 1100100 1000100 111010

Color Harmonies of #7DDD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDD4C

Black with #7DDD4C

Text Example


Text Example

White with #7DDD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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