Html Css Color HEX #7DCD49 Mantis

📋 copy color: '#7DCD49'

red 125 ◦ green 205 ◦ blue 73

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

Shades of Mantis #7DCD49

Tints of Mantis #7DCD49

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.87%

 BLUE value IS 73 (28.91% from 255) = 18.11%

R = 31.02%
G = 50.87%
B = 18.11%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#7DCD49 (or 0x7DCD49) is known color: Mantis. HEX triplet: 7D, CD and 49. RGB value is (125,205,73). Sum of RGB (Red+Green+Blue) = 125+205+73=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 205 (80.47% from 255 or 50.87% from 403); Blue value is 73 (28.91% from 255 or 18.11% from 403); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCD49 is #8232B6. Grayscale: #A6A6A6. Windows color (decimal): -8532663 or 4836733. OLE color: 4836733.

HSL color Cylindrical-coordinate representation of color #7DCD49: hue angle of 96.36º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7DCD49 is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 205 73 -
CMYK 0.39 0 0.64 0.20
HSL 96.36º 0.57% 0.55% -
HSV(B) 96.36º 0.64% 0.8% -
XYZ 31.49 48.5 14.01 -
YUV 166.03 75.5 98.73 -
System Red Green Blue C M Y K H S L
Decimal 125 205 73 0.39 0 0.64 0.20 96.36 0.57 0.55
Hex 7D CD 49 27 0 40 14 60 39 37
Octal 175 315 111 47 0 100 24 140 71 67
Binary 1111101 11001101 1001001 100111 0 1000000 10100 1100000 111001 110111

Color Harmonies of #7DCD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCD49

Black with #7DCD49

Text Example


Text Example

White with #7DCD49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,205,73); }

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

background-color css

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

 a { background-color: rgb(125,205,73); }

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

border-color css

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

 span { border-color: rgb(125,205,73); }

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