Html Css Color HEX #7DD342 Mantis

📋 copy color: '#7DD342'

red 125 ◦ green 211 ◦ blue 66

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

Shades of Mantis #7DD342

Tints of Mantis #7DD342

RGB

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

 GREEN value IS 211 (82.81% from 255) = 52.49%

 BLUE value IS 66 (26.17% from 255) = 16.42%

R = 31.09%
G = 52.49%
B = 16.42%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#7DD342 (or 0x7DD342) is known color: Mantis. HEX triplet: 7D, D3 and 42. RGB value is (125,211,66). Sum of RGB (Red+Green+Blue) = 125+211+66=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 211 (82.81% from 255 or 52.49% from 402); Blue value is 66 (26.17% from 255 or 16.42% from 402); Max value from RGB is 211 - color contains mainly: green. Hex color #7DD342 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD342 is #822CBD. Grayscale: #A9A9A9. Windows color (decimal): -8531134 or 4379517. OLE color: 4379517.

HSL color Cylindrical-coordinate representation of color #7DD342: hue angle of 95.59º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7DD342 is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 125 211 66 -
CMYK 0.41 0 0.69 0.17
HSL 95.59º 0.62% 0.54% -
HSV(B) 95.59º 0.69% 0.83% -
XYZ 32.74 51.34 13.34 -
YUV 168.76 70.01 96.79 -
System Red Green Blue C M Y K H S L
Decimal 125 211 66 0.41 0 0.69 0.17 95.59 0.62 0.54
Hex 7D D3 42 29 0 45 11 60 3E 36
Octal 175 323 102 51 0 105 21 140 76 66
Binary 1111101 11010011 1000010 101001 0 1000101 10001 1100000 111110 110110

Color Harmonies of #7DD342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD342

Black with #7DD342

Text Example


Text Example

White with #7DD342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,211,66); }

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

background-color css

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

 a { background-color: rgb(125,211,66); }

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

border-color css

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

 span { border-color: rgb(125,211,66); }

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