Html Css Color HEX #7CCD49 Mantis

📋 copy color: '#7CCD49'

red 124 ◦ green 205 ◦ blue 73

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

Shades of Mantis #7CCD49

Tints of Mantis #7CCD49

RGB

 RED value IS 124 (48.83% from 255) = 30.85%

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

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

R = 30.85%
G = 51%
B = 18.16%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#7CCD49 (or 0x7CCD49) is known color: Mantis. HEX triplet: 7C, CD and 49. RGB value is (124,205,73). Sum of RGB (Red+Green+Blue) = 124+205+73=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 205 (80.47% from 255 or 51.00% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCD49 is #8332B6. Grayscale: #A6A6A6. Windows color (decimal): -8598199 or 4836732. OLE color: 4836732.

HSL color Cylindrical-coordinate representation of color #7CCD49: hue angle of 96.82º 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 #7CCD49 is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 205 73 -
CMYK 0.40 0 0.64 0.20
HSL 96.82º 0.57% 0.55% -
HSV(B) 96.82º 0.64% 0.8% -
XYZ 31.35 48.43 14 -
YUV 165.73 75.66 98.23 -
System Red Green Blue C M Y K H S L
Decimal 124 205 73 0.40 0 0.64 0.20 96.82 0.57 0.55
Hex 7C CD 49 28 0 40 14 61 39 37
Octal 174 315 111 50 0 100 24 141 71 67
Binary 1111100 11001101 1001001 101000 0 1000000 10100 1100001 111001 110111

Color Harmonies of #7CCD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCD49

Black with #7CCD49

Text Example


Text Example

White with #7CCD49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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