Html Css Color HEX #7CC745 Mantis

📋 copy color: '#7CC745'

red 124 ◦ green 199 ◦ blue 69

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

Shades of Mantis #7CC745

Tints of Mantis #7CC745

RGB

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

 GREEN value IS 199 (78.13% from 255) = 50.77%

 BLUE value IS 69 (27.34% from 255) = 17.6%

R = 31.63%
G = 50.77%
B = 17.6%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#7CC745 (or 0x7CC745) is known color: Mantis. HEX triplet: 7C, C7 and 45. RGB value is (124,199,69). Sum of RGB (Red+Green+Blue) = 124+199+69=392 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.63% from 392); Green value is 199 (78.12% from 255 or 50.77% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 199 - color contains mainly: green. Hex color #7CC745 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC745 is #8338BA. Grayscale: #A2A2A2. Windows color (decimal): -8599739 or 4573052. OLE color: 4573052.

HSL color Cylindrical-coordinate representation of color #7CC745: hue angle of 94.62º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7CC745 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 124 199 69 -
CMYK 0.38 0 0.65 0.22
HSL 94.62º 0.54% 0.53% -
HSV(B) 94.62º 0.65% 0.78% -
XYZ 29.81 45.56 12.85 -
YUV 161.76 75.65 101.07 -
System Red Green Blue C M Y K H S L
Decimal 124 199 69 0.38 0 0.65 0.22 94.62 0.54 0.53
Hex 7C C7 45 26 0 41 16 5F 36 35
Octal 174 307 105 46 0 101 26 137 66 65
Binary 1111100 11000111 1000101 100110 0 1000001 10110 1011111 110110 110101

Color Harmonies of #7CC745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC745

Black with #7CC745

Text Example


Text Example

White with #7CC745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,199,69); }

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

background-color css

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

 a { background-color: rgb(124,199,69); }

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

border-color css

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

 span { border-color: rgb(124,199,69); }

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