Html Css Color HEX #7CC442 Mantis

📋 copy color: '#7CC442'

red 124 ◦ green 196 ◦ blue 66

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

Shades of Mantis #7CC442

Tints of Mantis #7CC442

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.78%

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

R = 32.12%
G = 50.78%
B = 17.1%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#7CC442 (or 0x7CC442) is known color: Mantis. HEX triplet: 7C, C4 and 42. RGB value is (124,196,66). Sum of RGB (Red+Green+Blue) = 124+196+66=386 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.12% from 386); Green value is 196 (76.95% from 255 or 50.78% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 196 - color contains mainly: green. Hex color #7CC442 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC442 is #833BBD. Grayscale: #A0A0A0. Windows color (decimal): -8600510 or 4375676. OLE color: 4375676.

HSL color Cylindrical-coordinate representation of color #7CC442: hue angle of 93.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7CC442 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 124 196 66 -
CMYK 0.37 0 0.66 0.23
HSL 93.23º 0.52% 0.51% -
HSV(B) 93.23º 0.66% 0.77% -
XYZ 29.04 44.16 12.15 -
YUV 159.65 75.15 102.57 -
System Red Green Blue C M Y K H S L
Decimal 124 196 66 0.37 0 0.66 0.23 93.23 0.52 0.51
Hex 7C C4 42 25 0 42 17 5D 34 33
Octal 174 304 102 45 0 102 27 135 64 63
Binary 1111100 11000100 1000010 100101 0 1000010 10111 1011101 110100 110011

Color Harmonies of #7CC442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC442

Black with #7CC442

Text Example


Text Example

White with #7CC442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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