Html Css Color HEX #7CC346 Mantis

📋 copy color: '#7CC346'

red 124 ◦ green 195 ◦ blue 70

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

Shades of Mantis #7CC346

Tints of Mantis #7CC346

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.13%

 BLUE value IS 70 (27.73% from 255) = 17.99%

R = 31.88%
G = 50.13%
B = 17.99%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#7CC346 (or 0x7CC346) is known color: Mantis. HEX triplet: 7C, C3 and 46. RGB value is (124,195,70). Sum of RGB (Red+Green+Blue) = 124+195+70=389 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.88% from 389); Green value is 195 (76.56% from 255 or 50.13% from 389); Blue value is 70 (27.73% from 255 or 17.99% from 389); Max value from RGB is 195 - color contains mainly: green. Hex color #7CC346 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC346 is #833CB9. Grayscale: #9F9F9F. Windows color (decimal): -8600762 or 4637564. OLE color: 4637564.

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

Color convert

RGB 124 195 70 -
CMYK 0.36 0 0.64 0.24
HSL 94.08º 0.51% 0.52% -
HSV(B) 94.08º 0.64% 0.76% -
XYZ 28.93 43.76 12.72 -
YUV 159.52 77.48 102.66 -
System Red Green Blue C M Y K H S L
Decimal 124 195 70 0.36 0 0.64 0.24 94.08 0.51 0.52
Hex 7C C3 46 24 0 40 18 5E 33 34
Octal 174 303 106 44 0 100 30 136 63 64
Binary 1111100 11000011 1000110 100100 0 1000000 11000 1011110 110011 110100

Color Harmonies of #7CC346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC346

Black with #7CC346

Text Example


Text Example

White with #7CC346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,195,70); }

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

background-color css

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

 a { background-color: rgb(124,195,70); }

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

border-color css

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

 span { border-color: rgb(124,195,70); }

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