Html Css Color HEX #7CC142 Mantis

📋 copy color: '#7CC142'

red 124 ◦ green 193 ◦ blue 66

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

Shades of Mantis #7CC142

Tints of Mantis #7CC142

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.39%

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

R = 32.38%
G = 50.39%
B = 17.23%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#7CC142 (or 0x7CC142) is known color: Mantis. HEX triplet: 7C, C1 and 42. RGB value is (124,193,66). Sum of RGB (Red+Green+Blue) = 124+193+66=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 193 (75.78% from 255 or 50.39% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC142 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC142 is #833EBD. Grayscale: #9E9E9E. Windows color (decimal): -8601278 or 4374908. OLE color: 4374908.

HSL color Cylindrical-coordinate representation of color #7CC142: hue angle of 92.6º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7CC142 is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 124 193 66 -
CMYK 0.36 0 0.66 0.24
HSL 92.6º 0.51% 0.51% -
HSV(B) 92.6º 0.66% 0.76% -
XYZ 28.37 42.82 11.92 -
YUV 157.89 76.14 103.83 -
System Red Green Blue C M Y K H S L
Decimal 124 193 66 0.36 0 0.66 0.24 92.6 0.51 0.51
Hex 7C C1 42 24 0 42 18 5D 33 33
Octal 174 301 102 44 0 102 30 135 63 63
Binary 1111100 11000001 1000010 100100 0 1000010 11000 1011101 110011 110011

Color Harmonies of #7CC142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC142

Black with #7CC142

Text Example


Text Example

White with #7CC142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,193,66); }

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

background-color css

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

 a { background-color: rgb(124,193,66); }

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

border-color css

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

 span { border-color: rgb(124,193,66); }

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